docs: use and instead of &

Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
This commit is contained in:
Rylan Polster 2020-12-31 10:44:00 -05:00 committed by GitHub
parent b605b3ebe5
commit 6133c6602a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ We now accept versioned formulae as long as they [meet the requirements](Version
### Merging, rebasing, cherry-picking ### Merging, rebasing, cherry-picking
Merging should be done in the `Homebrew/brew` repository to preserve history & GPG commit signing. Merging should be done in the `Homebrew/brew` repository to preserve history and GPG commit signing.
PRs modifying formulae that don't need bottles or making changes that don't PRs modifying formulae that don't need bottles or making changes that don't
require new bottles to be pulled should use GitHub's squash & merge or rebase & merge workflows. require new bottles to be pulled should use GitHub's squash & merge or rebase & merge workflows.