diff options
| author | Mike McQuaid | 2017-03-18 15:29:50 +0200 | 
|---|---|---|
| committer | GitHub | 2017-03-18 15:29:50 +0200 | 
| commit | aa260cb0d9f79d4b64532f7cf84b5e080edf57c8 (patch) | |
| tree | e079d50dd89509acf015667901fbd6c62acd2c0c /docs | |
| parent | 52d1d2cc3f420b356157aad5f91bb5149862110d (diff) | |
| parent | 1206e9e3f296b2876238da0ce1e5248d94df9002 (diff) | |
| download | brew-aa260cb0d9f79d4b64532f7cf84b5e080edf57c8.tar.bz2 | |
Merge pull request #2353 from kareman/patch-1
Fix small typos in How-to-Create-and-Maintain-a-Tap.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/How-to-Create-and-Maintain-a-Tap.md | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/docs/How-to-Create-and-Maintain-a-Tap.md b/docs/How-to-Create-and-Maintain-a-Tap.md index 5c8f3a8c4..f4624ba12 100644 --- a/docs/How-to-Create-and-Maintain-a-Tap.md +++ b/docs/How-to-Create-and-Maintain-a-Tap.md @@ -42,11 +42,11 @@ avoid conflicts.  ## Maintaining a tap  A tap is just a git repository so you don’t have to do anything specific when -making modifications apart from committing and pushing your changes. +making modifications, apart from committing and pushing your changes.  ### Updating -Once your tap installed, Homebrew will update it each time an user runs -`brew update`. Outdated formulae will be upgraded when an user runs +Once your tap is installed, Homebrew will update it each time a user runs +`brew update`. Outdated formulae will be upgraded when a user runs  `brew upgrade`, like core formulae.  ## External commands | 
