Skip to content

Commit 70c9178

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 2c06803 commit 70c9178

File tree

1 file changed

+2
-2
lines changed
  • tutorials/deploy-demo-application-kubernetes-kapsule

1 file changed

+2
-2
lines changed

tutorials/deploy-demo-application-kubernetes-kapsule/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This tutorial is designed for users with a basic understanding of Kubernetes con
2121

2222
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2323
- A [Scaleway API key](https://www.scaleway.com/en/docs/console/my-account/how-to/create-api-keys/) for details.
24-
- Installed tools: `kubectl`, `scw` and `helm` on your local computer
24+
- Installed the tools `kubectl`, `scw`, and `helm` on your local computer
2525
- Basic familiarity with Kubernetes concepts (Pods, Deployments, Services, Ingress).
2626

2727
## Configure Scaleway CLI
@@ -66,7 +66,7 @@ Create a managed Kubernetes cluster using the Scaleway CLI.
6666
```
6767

6868
<Message type="tip">
69-
Alternatively you can copy the cluster ID from the output after cluster creation and install the kubeconfig file using the following command:
69+
Alternatively, you can copy the cluster ID from the output after cluster creation and install the kubeconfig file using the following command:
7070
```bash
7171
scw k8s kubeconfig install <CLUSTER_ID>
7272
```

0 commit comments

Comments
 (0)