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

Commit df3e65a

Browse files
committed
Correct typos detected in docs for tests to pass
Signed-off-by: Kashif Saadat <[email protected]>
1 parent bcd127e commit df3e65a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/development.md

+3-3
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
## Create a namespace
2424

@@ -54,8 +54,8 @@ development purposes.
5454
$ make run-dev
5555
```
5656

57-
If you did not set an envrionment variable previously, prefix this command with
58-
`MYSQL_AGENT_VERSION=` followed by the $USER-TIMESTAMP fortmatted version.
57+
If you did not set an environment variable previously, prefix this command with
58+
`MYSQL_AGENT_VERSION=` followed by the $USER-TIMESTAMP formatted version.
5959

6060
## Creating an InnoDB cluster
6161

docs/user/config.md

+1-1
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)