docs: Replace repo with repository everywhere it's a single word

This commit is contained in:
Issy Long 2019-12-10 22:18:06 +00:00
parent d43aba643d
commit b90e01c524
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 5 additions and 2 deletions

View File

@ -23,7 +23,7 @@ export HOMEBREW_NO_AUTO_UPDATE=1
Once we've done that, we need to get access to the `merge-homebrew`
command that will be used for the merge. To do that we have to tap the
[`Homebrew/linux-dev`](https://github.com/Homebrew/homebrew-linux-dev)
repo:
repository:
```bash
brew tap homebrew/linux-dev
@ -235,7 +235,7 @@ against the formulae:
And it skips formulae if any of the following are true:
- it doesn't need a bottle
- it already has a bottle
- the formula's tap is Homebrew/homebrew-core (the upstream macOS repo)
- the formula's tap is Homebrew/homebrew-core (the upstream macOS repository)
- there is already an open PR for the formula's bottle
- the current branch is not master

View File

@ -16,12 +16,15 @@ mistydemeo/tigerbrew
dunn/emacs
```
<!-- vale Homebrew.Terms = OFF -->
<!-- The `terms` lint suggests changing "repo" to "repository". But we need the abbreviation in the tap syntax and URL example. -->
* `brew tap <user/repo>` makes a shallow clone of the repository at
https://github.com/user/repo. After that, `brew` will be able to work on
those formulae as if they were in Homebrew's canonical repository. You can
install and uninstall them with `brew [un]install`, and the formulae are
automatically updated when you run `brew update`. (See below for details
about how `brew tap` handles the names of repositories.)
<!-- vale Homebrew.Terms = ON -->
* `brew tap <user/repo> <URL>` makes a shallow clone of the repository at URL.
Unlike the one-argument version, URL is not assumed to be GitHub, and it