Skip to content

Commit

Permalink
Docs: Fixed typos and missing commas
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Doyle <uk.chris.doyle+cdsre@gmail.com>
  • Loading branch information
cdsre authored and Lawouach committed Mar 27, 2024
1 parent 0f23a4d commit 22b1f67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ $ export KUBECONFIG=/tmp/my-config

#### Specify the Kubernetes context

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

You may of course change your default using
`kubectl config use-context KUBERNETES_CONTEXT` but you can also be explicit
Expand Down Expand Up @@ -182,7 +182,7 @@ env:

## Pass all credentials in the experiment

Finally, you may pass explicitely all required credentials information to the
Finally, you may pass explicitly all required credentials information to the
experiment as follows:

### Using an API key
Expand Down Expand Up @@ -290,7 +290,7 @@ the dependencies.
$ pdm install
```

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

### Tests
Expand Down

0 comments on commit 22b1f67

Please sign in to comment.