Skip to content

Commit 894e46c

Browse files
authored
Merge pull request #21703 from Rohan5commit/docs/fix-brew-bundle-typo
Docs: fix duplicate word in Brewfile guide
2 parents efbbddc + d7d8d9b commit 894e46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Brew-Bundle-and-Brewfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ cask_args appdir: "~/Applications", require_sha: true
282282
# This also runs `brew link --overwrite nginx-full` and `brew services restart nginx-full` afterwards.
283283
brew "denji/nginx/nginx-full", link: :overwrite, args: ["with-rmtp"], restart_service: :always
284284

285-
# Runs `brew install mysql@5.6`, `brew services restart mysql@5.6` only if it was was installed or upgraded,
285+
# Runs `brew install mysql@5.6`, `brew services restart mysql@5.6` only if it was installed or upgraded,
286286
# `brew link mysql@5.6` and `brew unlink mysql` (if `mysql` is installed)
287287
brew "mysql@5.6", restart_service: :changed, link: true, conflicts_with: ["mysql"]
288288

0 commit comments

Comments
 (0)