Skip to content

Commit e10e4af

Browse files
docs: fix 'window powershell' typo and change 'Macos' to 'MacOS' (#221)
1 parent dce3856 commit e10e4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/docs/quickstart/install.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import OS_Selector from "~/components/docpage/install";
3131
## Uninstall
3232

3333
```bash
34-
# Linux / Macos (unix)
34+
# Linux / MacOS (unix)
3535
rm -rf ~/.config/nvim
3636
rm -rf ~/.local/state/nvim
3737
rm -rf ~/.local/share/nvim
@@ -45,7 +45,7 @@ rm -rf ~/.var/app/io.neovim.nvim/.local/state/nvim
4545
rd -r ~\AppData\Local\nvim
4646
rd -r ~\AppData\Local\nvim-data
4747

48-
# Window PowerShell
48+
# Windows PowerShell
4949
rm -Force ~\AppData\Local\nvim
5050
rm -Force ~\AppData\Local\nvim-data
5151
```

0 commit comments

Comments
 (0)