Merge pull request #19171 from pbx/patch-1

Fix typo ("a new formulae" should be "a new formula")
This commit is contained in:
Patrick Linnane 2025-01-30 04:17:55 +00:00 committed by GitHub
commit f259368b80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ The type of change you want to make influences which of Homebrew's main reposito
### Formulae-related pull request ### Formulae-related pull request
Before creating a new formulae, please read [Acceptable Formulae](https://docs.brew.sh/Acceptable-Formulae). Before creating a new formula, please read [Acceptable Formulae](https://docs.brew.sh/Acceptable-Formulae).
1. [Fork the Homebrew/homebrew-core repository on GitHub](https://github.com/Homebrew/homebrew-core/fork). 1. [Fork the Homebrew/homebrew-core repository on GitHub](https://github.com/Homebrew/homebrew-core/fork).
* This creates a personal remote repository that you can push to. This is needed because only Homebrew maintainers have push access to the main repositories. * This creates a personal remote repository that you can push to. This is needed because only Homebrew maintainers have push access to the main repositories.