Skip to content

Commit f5b0794

Browse files
authored
Fix typos in Markdown documentation files (#584)
1 parent 2460d45 commit f5b0794

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/aws/ack-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The controllers are using the IAM controller to create the necessary roles for t
6868
```
6969
6. Install the combined instance:
7070

71-
All contollers are enable by default.
71+
All controllers are enable by default.
7272

7373
```
7474
kubectl apply -f instance.yaml

examples/aws/webstack/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
enabled: true
7979
access: write
8080
ingress:
81-
enabled: true # this will expose unathenticated alb
81+
enabled: true # this will expose unauthenticated alb
8282
service: {}`</pre>
8383

8484
Apply the `webstack/instance.yaml`
@@ -125,7 +125,7 @@ Expected result:
125125

126126
### Troubleshoot
127127

128-
If you get the folling error:
128+
If you get the following error:
129129

130130
```
131131
Error connecting to S3:...

website/docs/examples/aws/deploying-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
iamRole:
2727
maxSessionDuration: integer | default=3600
2828
oidcProvider: string | required=true
29-
roleDescription: string | default=IRSA role for ACK EKS controller deployement on EKS cluster using kro Resource group
29+
roleDescription: string | default=IRSA role for ACK EKS controller deployment on EKS cluster using kro Resource group
3030
iamPolicy:
3131
# would prefer to add a policyDocument here, need to support multiline string here
3232
description: string | default="policy for eks controller"

0 commit comments

Comments
 (0)