Ensure all letters in kind are in lowercase

I have found the word 'kind' is written like 'KinD'.So i have changed all the letters in 'KinD' to lowercase.
This commit is contained in:
PranitRout07 2023-09-29 07:19:35 +05:30 committed by GitHub
parent 1cd571b491
commit 9b302b4da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ check the documentation for that version.
Install the following on your workstation:
- [KinD](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
- [kubectl](/docs/tasks/tools/)
This tutorial demonstrates what you can configure for a Kubernetes cluster that you fully
@ -252,7 +252,7 @@ following:
```
{{<note>}}
If you use Docker Desktop with KinD on macOS, you can
If you use Docker Desktop with *kind* on macOS, you can
add `/tmp` as a Shared Directory under the menu item
**Preferences > Resources > File Sharing**.
{{</note>}}