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:
parent
b374c7d912
commit
f3d94b1032
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue