From b3603b5de8033e926f71cedf2f7f3fd95ec58a2d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 5 May 2021 10:08:21 +0100 Subject: [PATCH] docs/Common-Issues: remove Oxford comma. Not sure why CI didn't catch this the first time. --- docs/Common-Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Common-Issues.md b/docs/Common-Issues.md index 1d457eaf55..3386ef6d6e 100644 --- a/docs/Common-Issues.md +++ b/docs/Common-Issues.md @@ -116,4 +116,4 @@ brew upgrade ### Other local issues -If your Homebrew installation gets messed up (and fixing the issues found by `brew doctor` doesn't solve the problem), reinstalling Homebrew may help to reset to a normal state. To easily reinstall Homebrew, use [Homebrew Bundle](https://github.com/Homebrew/homebrew-bundle) to automatically restore your installed formulae and casks. To do so, run `brew bundle dump`, [uninstall](https://docs.brew.sh/FAQ#how-do-i-uninstall-homebrew), [reinstall](https://docs.brew.sh/Installation), and run `brew bundle install`. +If your Homebrew installation gets messed up (and fixing the issues found by `brew doctor` doesn't solve the problem), reinstalling Homebrew may help to reset to a normal state. To easily reinstall Homebrew, use [Homebrew Bundle](https://github.com/Homebrew/homebrew-bundle) to automatically restore your installed formulae and casks. To do so, run `brew bundle dump`, [uninstall](https://docs.brew.sh/FAQ#how-do-i-uninstall-homebrew), [reinstall](https://docs.brew.sh/Installation) and run `brew bundle install`.