Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

Commit 9d9147d

Browse files
committed
Correct typos detected in docs for tests to pass
Signed-off-by: Kashif Saadat <kashifsaadat@gmail.com>
1 parent 4348ed1 commit 9d9147d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ make push
1818
The resulting tag for the container image will be named as the agent version
1919
in the format of `$USER-TIMESTAMP`. This will need to be remembered as this is
2020
needed for a latter step or can be exported as the `$MYSQL_AGENT_VERSION`
21-
envrionment variable.
21+
environment variable.
2222

2323
```bash
2424
$ export MYSQL_AGENT_VERSION=$(cat dist/version.txt)
@@ -42,7 +42,7 @@ ServiceAccounts, ClusterRoles, and ClusterRoleBindings for the operator to
4242
function.
4343

4444
```bash
45-
$ kubectl -n $USER apply -f contrib/manifests/custom-resource-definitions.yaml
45+
$ kubectl -n $USER apply -f contrib/manifests/custom-resource-definitions.yaml
4646
```
4747
```bash
4848
$ sed -e "s/<NAMESPACE>/${USER}/g" contrib/manifests/rbac.yaml | kubectl -n $USER apply -f -

docs/user/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Some aspects of the MySQL Operator can be configured via:
1010
When applicable, a commandline parameter will override the equivalent config
1111
map parameter.
1212

13-
Most of the time it should not be neccessary to supply any specific
13+
Most of the time it should not be necessary to supply any specific
1414
configuration and the operator will use sensible defaults when required
1515
values are not specified.
1616

0 commit comments

Comments
 (0)