From a014e75cff994b542d708305b653ebd55178736f Mon Sep 17 00:00:00 2001 From: Paul Bissex Date: Wed, 29 Jan 2025 22:18:25 -0500 Subject: [PATCH] Update How-To-Open-a-Homebrew-Pull-Request.md One-character correction --- docs/How-To-Open-a-Homebrew-Pull-Request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/How-To-Open-a-Homebrew-Pull-Request.md b/docs/How-To-Open-a-Homebrew-Pull-Request.md index 71322d0176..aa87b66364 100644 --- a/docs/How-To-Open-a-Homebrew-Pull-Request.md +++ b/docs/How-To-Open-a-Homebrew-Pull-Request.md @@ -34,7 +34,7 @@ The type of change you want to make influences which of Homebrew's main reposito ### 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). * 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.