From f3d94b10325a90c1b0e65ccaa170be00d8979efa Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 28 Aug 2024 19:24:43 -0400 Subject: [PATCH] docs: Fix casing of "Homebrew" (#17042) This PR fixes the casing of "Homebrew" in the docs. The "b" should not be capitalized. Release Notes: - N/A --- docs/src/languages/luau.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/languages/luau.md b/docs/src/languages/luau.md index 0143394acf..ff9efc3c50 100644 --- a/docs/src/languages/luau.md +++ b/docs/src/languages/luau.md @@ -19,7 +19,7 @@ To support automatically formatting your code, you can use [JohnnyMorganz/StyLua Install with: ```sh -# macOS via HomeBrew +# macOS via Homebrew brew install stylua # Or via Cargo cargo install stylua --features lua52,lua53,lua54,luau