Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 069d93c

Browse files
ivuksilasbw
authored andcommitted
docs(README.md): fix typos (#48)
1 parent 994793d commit 069d93c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To create the necessary resource and install the controller run:
3232
kubectl apply -f https://raw.githubusercontent.com/godaddy/kubernetes-external-secrets/master/external-secrets.yml
3333
```
3434

35-
This create all the necessary resources and a `Deployment` in the `kubernetes-external-secrets` namespace.
35+
This creates all the necessary resources and a `Deployment` in the `kubernetes-external-secrets` namespace.
3636

3737
### Add a secret
3838

@@ -62,7 +62,7 @@ Save the file and run:
6262
kubectl apply -f hello-service-external-secret.yml
6363
```
6464

65-
Wait few minutes and verify that the associated `Secret` has been created:
65+
Wait a few minutes and verify that the associated `Secret` has been created:
6666

6767
```sh
6868
kubectl get secret hello-service -o=yaml
@@ -82,7 +82,7 @@ data:
8282
8383
## Backends
8484
85-
kubernetes-external-secrets support only AWS Secrets Manager.
85+
kubernetes-external-secrets supports only AWS Secrets Manager.
8686
8787
### AWS Secrets Manager
8888

0 commit comments

Comments
 (0)