Skip to content

Commit eed8587

Browse files
authored
Merge pull request #455 from cpanato/fix_typos
📖 typos: fix typos
2 parents 31c6670 + 30f1e8f commit eed8587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ started prerequisites section](./getting-started.md#Prerequisites)
137137

138138
#### Customizing the cluster deployment
139139

140-
Here is a list of commonly overriden configuration parameters (the full list is available in `templates/cluster-template.yaml`):
140+
Here is a list of commonly overridden configuration parameters (the full list is available in `templates/cluster-template.yaml`):
141141

142142
```bash
143143
# Cluster settings.

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ An Azure Service Principal is needed for populating the controller manifests. Th
5454
az account list -o table
5555
```
5656

57-
2. Save your Subscription ID in an enviroment variable.
57+
2. Save your Subscription ID in an environment variable.
5858

5959
```bash
6060
export AZURE_SUBSCRIPTION_ID="<SubscriptionId>"
@@ -66,7 +66,7 @@ An Azure Service Principal is needed for populating the controller manifests. Th
6666
az ad sp create-for-rbac --name SPClusterAPI
6767
```
6868

69-
4. Save the output from the above command in enviroment variables.
69+
4. Save the output from the above command in environment variables.
7070

7171
```bash
7272
export AZURE_TENANT_ID=<Tenant>

0 commit comments

Comments
 (0)