docs/FAQ: tweak wording.

This commit is contained in:
Mike McQuaid 2023-06-27 09:55:52 +01:00 committed by GitHub
parent 6e9b964125
commit 16234637ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ Yes! Its easy! Just `brew edit <formula>`. You dont have to submit modific
Note that if you are editing a core formula or cask you must set `HOMEBREW_NO_INSTALL_FROM_API=1` before using `brew install` or `brew update` otherwise they will ignore your local changes and default to the API.
To undo your changes, run `brew update-reset`. It will revert to the upstream state on all Homebrew's repositories.
To undo all changes you have made to any of Homebrew's repositories, run `brew update-reset`. It will revert to the upstream state on all Homebrew's repositories.
## Can I make new formulae?