Skip to content

Commit 7f7acfb

Browse files
febri4nfrezbo
authored andcommitted
docs: fix typo in doc
Fix typo in doc. Pulls in #11799 Fixes: #11799 Signed-off-by: Febrian <[email protected]> Signed-off-by: Noel Georgi <[email protected]>
1 parent d57882b commit 7f7acfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/content/v1.10/introduction/prodnotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can include as many IP addresses as needed:
7070
If your control plane nodes IP addresses are `192.168.0.2`, `192.168.0.3`, `192.168.0.4`, your command would be:
7171

7272
```bash
73-
CONTROL_PLANE_IP= ("192.168.0.2" "192.168.0.3" "192.168.0.4")
73+
CONTROL_PLANE_IP=("192.168.0.2" "192.168.0.3" "192.168.0.4")
7474
```
7575

7676
1. If you have worker nodes, store their IP addresses in a Bash array.

website/content/v1.11/introduction/prodnotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can include as many IP addresses as needed:
7070
If your control plane nodes IP addresses are `192.168.0.2`, `192.168.0.3`, `192.168.0.4`, your command would be:
7171

7272
```bash
73-
CONTROL_PLANE_IP= ("192.168.0.2" "192.168.0.3" "192.168.0.4")
73+
CONTROL_PLANE_IP=("192.168.0.2" "192.168.0.3" "192.168.0.4")
7474
```
7575

7676
1. If you have worker nodes, store their IP addresses in a Bash array.

0 commit comments

Comments
 (0)