From d47bc5f6c4100a76afe7afa2303e8344459778b1 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:42:38 +0100 Subject: [PATCH] docs: rename OSX to macOS --- docs/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 206427caa..01aa9a552 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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.