From 0d885c99a9f094feb9690c942a414004c06ab17a Mon Sep 17 00:00:00 2001 From: Nicolas Hansse Date: Thu, 16 May 2024 21:59:48 +0200 Subject: [PATCH] Update 07-bootstrapping-etcd.md (#342) fix typo --- docs/07-bootstrapping-etcd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index fb2ca04..dec78bb 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -120,7 +120,7 @@ EOF List the etcd cluster members. -After running the abovre commands on both controlplane nodes, run the following on either or both of `controlplane01` and `controlplane02` +After running the above commands on both controlplane nodes, run the following on either or both of `controlplane01` and `controlplane02` ```bash sudo ETCDCTL_API=3 etcdctl member list \