Skip to content

Commit 22b1f67

Browse files
cdsreLawouach
authored andcommitted
Docs: Fixed typos and missing commas
Signed-off-by: Chris Doyle <uk.chris.doyle+cdsre@gmail.com>
1 parent 0f23a4d commit 22b1f67

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ $ export KUBECONFIG=/tmp/my-config
9898

9999
#### Specify the Kubernetes context
100100

101-
Quite often, your Kubernetes configuration contains several entries and you
102-
need to define the one to use as a default context when not it isn't
103-
explicitely provided.
101+
Quite often, your Kubernetes configuration contains several entries, and you
102+
need to define the one to use as a default context when it isn't
103+
explicitly provided.
104104

105105
You may of course change your default using
106106
`kubectl config use-context KUBERNETES_CONTEXT` but you can also be explicit
@@ -182,7 +182,7 @@ env:
182182
183183
## Pass all credentials in the experiment
184184
185-
Finally, you may pass explicitely all required credentials information to the
185+
Finally, you may pass explicitly all required credentials information to the
186186
experiment as follows:
187187
188188
### Using an API key
@@ -290,7 +290,7 @@ the dependencies.
290290
$ pdm install
291291
```
292292

293-
Now, you can edit the files and they will be automatically be seen by your
293+
Now, you can edit the files, and they will be automatically be seen by your
294294
environment, even when running from the `chaos` command locally.
295295

296296
### Tests

0 commit comments

Comments
 (0)