aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrederick Akalin2017-08-23 15:53:51 -0700
committerFrederick Akalin2017-08-23 15:53:51 -0700
commit94c56a88d9101c60478c7cf60fb01bbcfd44a66b (patch)
tree6c475c984d7effd0a77935157c0239b659947426 /docs
parent6f76627943e042049f159acdd9af2fab6942abcf (diff)
downloadbrew-94c56a88d9101c60478c7cf60fb01bbcfd44a66b.tar.bz2
Fix apostrophe
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md
index c874c27cf..632b4bdf3 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