Fix casing of "macOS" (#17040)

This PR fixes a number of spots in English contexts (docs, comments,
etc.) where we were using "MacOS" instead of "macOS".

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2024-08-28 19:10:49 -04:00
committed by GitHub
parent 505675c0b5
commit b374c7d912
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Report issues to: [https://github.com/d1y/bash.zed/issues](https://github.com/d1
The bash-language-server support shellcheck. But you need to install it manually:
```sh
# MacOS
# macOS
brew install shellcheck
# Ubuntu/Debian