From 94c56a88d9101c60478c7cf60fb01bbcfd44a66b Mon Sep 17 00:00:00 2001 From: Frederick Akalin Date: Wed, 23 Aug 2017 15:53:51 -0700 Subject: [PATCH] Fix apostrophe --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index c874c27cf0..632b4bdf3b 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -69,7 +69,7 @@ Which is usually: `~/Library/Caches/Homebrew` ## My Mac `.app`s don’t find `/usr/local/bin` utilities! GUI apps on macOS don’t have `/usr/local/bin` in their `PATH` by -default. If you're on Mountain Lion or later, you can fix this by +default. If you’re on Mountain Lion or later, you can fix this by running `sudo launchctl config user path "/usr/local/bin:$PATH"` and then rebooting. Note that this sets the launchctl PATH for _all users_ ([more details here](https://apple.stackexchange.com/a/198282)). For