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
This commit is contained in:
Marshall Bowers 2024-08-28 19:24:43 -04:00 committed by GitHub
parent b374c7d912
commit f3d94b1032
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ To support automatically formatting your code, you can use [JohnnyMorganz/StyLua
Install with: Install with:
```sh ```sh
# macOS via HomeBrew # macOS via Homebrew
brew install stylua brew install stylua
# Or via Cargo # Or via Cargo
cargo install stylua --features lua52,lua53,lua54,luau cargo install stylua --features lua52,lua53,lua54,luau