diff options
| author | EricFromCanada | 2017-02-23 12:20:07 -0500 | 
|---|---|---|
| committer | EricFromCanada | 2017-02-23 12:20:07 -0500 | 
| commit | ca0071ffc91f6bd212e9458dd05882dbbe6663f5 (patch) | |
| tree | 3d98688971cb4547dd97f966da25cdf1a1041712 /docs/How-To-Open-a-Homebrew-Pull-Request.md | |
| parent | 20bb0aae80efb62e1242dd7881dbb626d5bfe085 (diff) | |
| download | brew-ca0071ffc91f6bd212e9458dd05882dbbe6663f5.tar.bz2 | |
Grammar fixes for docs
Fixes to spelling and punctuation for consistency and readability.
Diffstat (limited to 'docs/How-To-Open-a-Homebrew-Pull-Request.md')
| -rw-r--r-- | docs/How-To-Open-a-Homebrew-Pull-Request.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/How-To-Open-a-Homebrew-Pull-Request.md b/docs/How-To-Open-a-Homebrew-Pull-Request.md index 249ece158..104fc2829 100644 --- a/docs/How-To-Open-a-Homebrew-Pull-Request.md +++ b/docs/How-To-Open-a-Homebrew-Pull-Request.md @@ -25,7 +25,7 @@ Depending on the change you want to make, you need to send the pull request to t  3. Add your pushable forked repository with `git remote add <YOUR_USERNAME> https://github.com/<YOUR_USERNAME>/homebrew-core.git`   * `<YOUR_USERNAME>` is your GitHub username, not your local machine username. -For formulae in central taps other than `homebrew/core`, such as `homebrew/science` or `homebrew/games`, substitute that tap's name for `homebrew/core` in each step, and alter the GitHub repository URLs as necessary. +For formulae in central taps other than `homebrew/core`, such as `homebrew/science` or `homebrew/nginx`, substitute that tap's name for `homebrew/core` in each step, and alter the GitHub repository URLs as necessary.  ## Create your pull request from a new branch  | 
