From 7e7096ba141c3324d59b18990759015114e68d6f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 14 Feb 2024 16:14:22 +0000 Subject: [PATCH] Update docs/Acceptable-Formulae.md Co-authored-by: Ruoyu Zhong --- docs/Acceptable-Formulae.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Acceptable-Formulae.md b/docs/Acceptable-Formulae.md index e58b37d84f..c350b8954f 100644 --- a/docs/Acceptable-Formulae.md +++ b/docs/Acceptable-Formulae.md @@ -77,7 +77,7 @@ We're a package manager so we want to do things like resolve dependencies and se In general, if formulae have to ship either shared or static libraries: they should ship shared ones. If they can ship both, they should. -Shipping only static libraries should be avoided when possible, particularly when the formulae is depended on by other formulae since these dependents cannot be updated without a rebuild. +Shipping only static libraries should be avoided when possible, particularly when the formula is depended on by other formulae since these dependents cannot be updated without a rebuild. ### Stuff that requires vendored versions of Homebrew formulae