fix typo: remove duplicate words

This commit is contained in:
SataQiu 2018-10-06 09:19:26 +08:00
parent 7b4133c823
commit 25140b43e2
1 changed files with 1 additions and 1 deletions

View File

@ -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