Skip to content

Commit 5254265

Browse files
Add Oxford Comma to CLI Install Options List
Co-authored-by: Mark Rossetti <[email protected]>
1 parent 0dde71a commit 5254265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tasks/tools/install-kubectl-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Using the latest compatible version of kubectl helps avoid unforeseen issues.
2020
The following methods exist for installing kubectl on Windows:
2121

2222
- [Install kubectl binary with curl on Windows](#install-kubectl-binary-with-curl-on-windows)
23-
- [Install on Windows using Chocolatey, Scoop or Winget](#install-nonstandard-package-tools)
23+
- [Install on Windows using Chocolatey, Scoop, or Winget](#install-nonstandard-package-tools)
2424

2525
### Install kubectl binary with curl on Windows
2626

@@ -77,9 +77,9 @@ The following methods exist for installing kubectl on Windows:
7777
If you have installed Docker Desktop before, you may need to place your `PATH` entry before the one added by the Docker Desktop installer or remove the Docker Desktop's `kubectl`.
7878
{{< /note >}}
7979

80-
### Install on Windows using Chocolatey, Scoop or Winget {#install-nonstandard-package-tools}
80+
### Install on Windows using Chocolatey, Scoop, or Winget {#install-nonstandard-package-tools}
8181

82-
1. To install kubectl on Windows you can use either [Chocolatey](https://chocolatey.org) package manager, [Scoop](https://scoop.sh) command-line installer or [Winget](https://winget.run/) package manager.
82+
1. To install kubectl on Windows you can use either [Chocolatey](https://chocolatey.org) package manager, [Scoop](https://scoop.sh) command-line installer, or [Winget](https://winget.run/) package manager.
8383

8484
{{< tabs name="kubectl_win_install" >}}
8585
{{% tab name="choco" %}}

0 commit comments

Comments
 (0)