Fix two typos

This commit is contained in:
R Primus 2019-10-30 17:01:44 +00:00
parent d044c46beb
commit eda0220e5f
No known key found for this signature in database
GPG Key ID: 95D31B431D76BE2D
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ brew merge-homebrew --core
``` ```
Merging all the changes from upstream in one go is usually Merging all the changes from upstream in one go is usually
undesireable since our build servers will time out. Instead, attempt undesirable since our build servers will time out. Instead, attempt
to only merge 8-10 modified formulae. to only merge 8-10 modified formulae.
`git log --oneline master..homebrew/master` will show a list of all `git log --oneline master..homebrew/master` will show a list of all

View File

@ -16,7 +16,7 @@ Homebrew's audience includes users with a wide range of education and experience
We strive for "correct" but not "fancy" usage. Think newspaper article, not academic paper. We strive for "correct" but not "fancy" usage. Think newspaper article, not academic paper.
This is a set of guidelines to be applied using human judgment, not a set of hard and fast rules. It is like [The Economist's Style Guide](https://web.archive.org/web/20170830001125/https://www.economist.com/styleguide/introduction) or [Garner's Modern American Usage](https://en.wikipedia.org/wiki/Garner's_Modern_American_Usage). It is less like the [Ruby Style Guide](https://github.com/rubocop-hq/ruby-style-guide#the-ruby-style-guide). All guidelines here are open to interpretation and discussion. 100% conformance to these guidelines is *not* a goal. This is a set of guidelines to be applied using human judgement, not a set of hard and fast rules. It is like [The Economist's Style Guide](https://web.archive.org/web/20170830001125/https://www.economist.com/styleguide/introduction) or [Garner's Modern American Usage](https://en.wikipedia.org/wiki/Garner's_Modern_American_Usage). It is less like the [Ruby Style Guide](https://github.com/rubocop-hq/ruby-style-guide#the-ruby-style-guide). All guidelines here are open to interpretation and discussion. 100% conformance to these guidelines is *not* a goal.
The intent of this document is to help authors make decisions about clarity, style, and consistency. It is not to help settle arguments about who knows English better. Don't use this document to be a jerk. The intent of this document is to help authors make decisions about clarity, style, and consistency. It is not to help settle arguments about who knows English better. Don't use this document to be a jerk.