Skip to content

Commit 48832a3

Browse files
authored
Merge pull request #43250 from PranitRout07/patch-3
Ensure all letters in kind are in lowercase
2 parents ba2f5b5 + 9b302b4 commit 48832a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tutorials/security/cluster-level-pss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ check the documentation for that version.
2525

2626
Install the following on your workstation:
2727

28-
- [KinD](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
28+
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
2929
- [kubectl](/docs/tasks/tools/)
3030

3131
This tutorial demonstrates what you can configure for a Kubernetes cluster that you fully
@@ -252,7 +252,7 @@ following:
252252
```
253253
254254
{{<note>}}
255-
If you use Docker Desktop with KinD on macOS, you can
255+
If you use Docker Desktop with *kind* on macOS, you can
256256
add `/tmp` as a Shared Directory under the menu item
257257
**Preferences > Resources > File Sharing**.
258258
{{</note>}}

0 commit comments

Comments
 (0)