Skip to content

Commit 6b4778d

Browse files
Merge pull request #612 from stratusjerry/spellcheck
Fix typos in the docs
2 parents ca6992b + b58fda7 commit 6b4778d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/book/src/01_user/01_getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export KIND_IMAGE_VERSION=v1.31.4
121121
export RKE2_VERSION=v1.31.4+rke2r1
122122
```
123123
124-
The next step is to substitue the values in the YAML using the following commands:
124+
The next step is to substitute the values in the YAML using the following commands:
125125
126126
```bash
127127
cd examples/docker/
@@ -235,7 +235,7 @@ You can check the range Docker assigns to this network by inspecting it:
235235
docker network inspect kind
236236
```
237237
238-
The next step is to substitue the values in the YAML using the following commands:
238+
The next step is to substitute the values in the YAML using the following commands:
239239
240240
```bash
241241
cat clusterclass-quick-start.yaml | clusterctl generate yaml > clusterclass-example.yaml

docs/book/src/02_topics/01_air-gapped-installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
The default way this provider uses to deploy RKE2 is by using the [online installation method](https://docs.rke2.io/install/quickstart). This methdod needs access to Rancher servers and Docker.io registry for downloading scripts, RKE2 packages and container images neessary to the installation of RKE2.
5+
The default way this provider uses to deploy RKE2 is by using the [online installation method](https://docs.rke2.io/install/quickstart). This method needs access to Rancher servers and Docker.io registry for downloading scripts, RKE2 packages and container images necessary to the installation of RKE2.
66

77
Some users might prefer using Air-Gapped installation for multiple possible reasons like deployment on particularly secure environments, sporadic access issues (like Deployment to Edge Locations) or Bandwidth preservation.
88

0 commit comments

Comments
 (0)