docs: rename OSX to macOS

This commit is contained in:
albertony
2025-01-17 15:42:38 +01:00
parent efb1794135
commit d47bc5f6c4

View File

@@ -393,7 +393,7 @@ an OS specific way.
Here are some gotchas which may help users unfamiliar with the shell rules
### Linux / OSX
### Linux / macOS
If your names have spaces or shell metacharacters (e.g. `*`, `?`, `$`,
`'`, `"`, etc.) then you must quote them. Use single quotes `'` by default.