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

Commit f4e5037

Browse files
authored
chore(docs): README.md: Typo fixes (#861)
1 parent 79da8cb commit f4e5037

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ External Secrets on the [GoDaddy Engineering
1414
Blog](https://godaddy.github.io/2019/04/16/kubernetes-external-secrets/).
1515

1616
The community and maintainers of this project and related Kubernetes
17-
secret management projects use
17+
secret management projects use the
1818
[`#external-secrets`](https://kubernetes.slack.com/archives/C017BF84G2Y)
1919
channel on the Kubernetes slack for discussion and brainstorming.
2020

@@ -25,10 +25,10 @@ The project extends the Kubernetes API by adding an `ExternalSecrets` object usi
2525
An `ExternalSecret` declares how to fetch the secret data, while the controller converts all `ExternalSecrets` to `Secrets`.
2626
The conversion is completely transparent to `Pods` that can access `Secrets` normally.
2727

28-
By default `Secrets` are not encrypted at rest and are open to attack, either via the etcd server or via backups of etcd data.
28+
By default `Secrets` are not encrypted at rest and are open to attack, either via the `etcd` server or via backups of `etcd` data.
2929
To mitigate this risk, use an
3030
[external secret management system with a KMS plugin](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/)
31-
to encrypt `Secrets` stored in etcd.
31+
to encrypt `Secrets` stored in `etcd`.
3232

3333
## System architecture
3434

@@ -937,7 +937,7 @@ npm run nodemon
937937

938938
[Localstack](https://github.com/localstack/localstack) mocks AWS services locally so you can test without connecting to AWS.
939939

940-
Run localstack in a seperate terminal window
940+
Run localstack in a separate terminal window
941941

942942
```sh
943943
npm run localstack

0 commit comments

Comments
 (0)