Merge pull request #5544 from ytbmulder/docs

Fix docs/FAQ.md typo
This commit is contained in:
Mike McQuaid 2019-01-17 09:10:31 +00:00 committed by GitHub
commit 608708fb4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ You should only ever sudo a tool you trust. Of course, you can trust Homebrew
😉 But do you trust the multi-megabyte Makefile that Homebrew runs? Developers 😉 But do you trust the multi-megabyte Makefile that Homebrew runs? Developers
often understand C++ far better than they understand make syntax. Its too high often understand C++ far better than they understand make syntax. Its too high
a risk to sudo such stuff. It could modify (or upload) any files on your a risk to sudo such stuff. It could modify (or upload) any files on your
system.And indeed, weve seen some build scripts try to modify `/usr` even when system. And indeed, weve seen some build scripts try to modify `/usr` even when
the prefix was specified as something else entirely. the prefix was specified as something else entirely.
We use the macOS sandbox to stop this but this doesn't work when run as the `root` user (which also has read and write access to almost everything on the system). We use the macOS sandbox to stop this but this doesn't work when run as the `root` user (which also has read and write access to almost everything on the system).