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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user