From f97c630714a5ccf33f8868a63bf200d3c965ed18 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 8 Feb 2022 20:35:26 +0800 Subject: [PATCH] docs: fix style The existing title is not in title case according to Vale's reference style guide. --- docs/Adding-Software-to-Homebrew.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/Adding-Software-to-Homebrew.md b/docs/Adding-Software-to-Homebrew.md index 3e2cc83ae8..70665a3aaf 100644 --- a/docs/Adding-Software-to-Homebrew.md +++ b/docs/Adding-Software-to-Homebrew.md @@ -1,4 +1,4 @@ -# Adding Software to Homebrew +# Adding Software To Homebrew Are you missing your favorite software in Homebrew? Then you're the perfect person to resolve this problem. @@ -358,4 +358,3 @@ if you set the variable `HOMEBREW_NO_AUTO_UPDATE` then clean it up with: ```bash unset HOMEBREW_NO_AUTO_UPDATE ``` -