docs: rename OSX to macOS

This commit is contained in:
albertony
2025-07-08 11:28:28 +02:00
parent efb1794135
commit d47bc5f6c4
+1 -1
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.