From 654d10d6d3bec8775d836ae04266cdbac224e0dc Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Mon, 19 Jul 2021 09:43:08 +0800 Subject: [PATCH] Fix more typos Co-authored-by: Rylan Polster --- Library/Homebrew/dev-cmd/pr-automerge.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/pr-automerge.rb b/Library/Homebrew/dev-cmd/pr-automerge.rb index 55fcbec232..7ad672c8d4 100644 --- a/Library/Homebrew/dev-cmd/pr-automerge.rb +++ b/Library/Homebrew/dev-cmd/pr-automerge.rb @@ -31,7 +31,7 @@ module Homebrew description: "Instruct `brew pr-publish` to automatically reformat and reword commits "\ "in the pull request to our preferred format." switch "--no-autosquash", - description: "Instruct `brew pr-publish` to skip automatically reformattin and rewording commits "\ + description: "Instruct `brew pr-publish` to skip automatically reformatting and rewording commits "\ "in the pull request to the preferred format." switch "--ignore-failures", description: "Include pull requests that have failing status checks."