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
@@ -8,7 +8,7 @@ JSON support is available natively in Zed.
## JSONC
Zed also supports a super-set of JSON called JSONC, which allows single line comments (`//`) in JSON files.
While editing these files you can use `cmd-/` (MacOS) or `ctrl-/` (Linux) to toggle comments on the current line or selection.
While editing these files you can use `cmd-/` (macOS) or `ctrl-/` (Linux) to toggle comments on the current line or selection.
<!--
TBD: JSONC Example for how to use `file_types`