From 25140b43e2647c47d10c0a8d2740ba52c4ab2adc Mon Sep 17 00:00:00 2001 From: SataQiu Date: Sat, 6 Oct 2018 09:19:26 +0800 Subject: [PATCH] fix typo: remove duplicate words --- docs/development/homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/homebrew.md b/docs/development/homebrew.md index 5701f3b22c..6fbf3827f2 100644 --- a/docs/development/homebrew.md +++ b/docs/development/homebrew.md @@ -60,7 +60,7 @@ You can use this to make more in depth changes to the formula. Test and make sure that the new release works. ### Audit the Homebrew formula -```brew audit --strict --online``` will output any code that that doesn't meet the Homebrew standards. +```brew audit --strict --online``` will output any code that doesn't meet the Homebrew standards. ### Send a commit to the Homebrew repo