Skip to content

Commit 16f6469

Browse files
authored
📖 fix untile typo in readmes (#3135)
fix untile typo in readmes
1 parent 5b3ff7e commit 16f6469

File tree

3 files changed

+3
-3
lines changed
  • docs/book/src
    • component-config-tutorial/testdata/project
    • cronjob-tutorial/testdata/project
    • multiversion-tutorial/testdata/project

3 files changed

+3
-3
lines changed

docs/book/src/component-config-tutorial/testdata/project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ make undeploy
4848
This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)
4949

5050
It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/)
51-
which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster
51+
which provides a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster
5252

5353
### Test It Out
5454
1. Install the CRDs into the cluster:

docs/book/src/cronjob-tutorial/testdata/project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ make undeploy
4848
This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)
4949

5050
It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/)
51-
which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster
51+
which provides a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster
5252

5353
### Test It Out
5454
1. Install the CRDs into the cluster:

docs/book/src/multiversion-tutorial/testdata/project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ make undeploy
4848
This project aims to follow the Kubernetes [Operator pattern](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)
4949

5050
It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controller/)
51-
which provides a reconcile function responsible for synchronizing resources untile the desired state is reached on the cluster
51+
which provides a reconcile function responsible for synchronizing resources until the desired state is reached on the cluster
5252

5353
### Test It Out
5454
1. Install the CRDs into the cluster:

0 commit comments

Comments
 (0)