Fix typos

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
This commit is contained in:
Carlo Cabrera 2021-07-18 15:54:52 +08:00 committed by GitHub
parent 3325b79726
commit 171859d3ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ module Homebrew
switch "--autosquash", switch "--autosquash",
description: "Instruct `brew pr-publish` to automatically reformat and reword commits "\ description: "Instruct `brew pr-publish` to automatically reformat and reword commits "\
"in the pull request to our preferred format." "in the pull request to our preferred format."
switch "--no_autosquash", switch "--no-autosquash",
description: "Instruct `brew pr-publish` to skip automatically reformattin and rewording commits "\ description: "Instruct `brew pr-publish` to skip automatically reformattin and rewording commits "\
"in the pull request to the preferred format." "in the pull request to the preferred format."
switch "--ignore-failures", switch "--ignore-failures",
@ -43,7 +43,7 @@ module Homebrew
def pr_automerge def pr_automerge
args = pr_automerge_args.parse args = pr_automerge_args.parse
odeprecated "`brew pr-publish --autosquash`" if args.autosquash? odeprecated "`brew pr-automerge --autosquash`" if args.autosquash?
without_labels = args.without_labels || [ without_labels = args.without_labels || [
"do not merge", "do not merge",