Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Louise K. Schmidtgen <[email protected]>
  • Loading branch information
mateoflorido and louiseschmidtgen authored Jan 13, 2025
1 parent b8910a5 commit 66b48c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/charm/tutorial/basic-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ juju add-unit k8s-worker -n 1
```

This command deploys an additional instance of the `k8s-worker` charm. No extra
configurations is needed as Juju manages all instances within the same
configuration is needed as Juju manages all instances within the same
application. After running this command, new units will appear in your cluster,
such as `k8s-worker/0` and `k8s-worker/1`.

Expand All @@ -58,7 +58,7 @@ Replace the unit name with the appropriate application name (e.g., `k8s` or
cluster. This is the command that can be used to inspect and manage your
cluster.

If necessary `kubectl`, it can be installed from a snap:
If necessary, `kubectl` can be installed from a snap:

```
sudo snap install kubectl --classic
Expand Down

0 comments on commit 66b48c3

Please sign in to comment.