Skip to content

Commit

Permalink
Minor typos.
Browse files Browse the repository at this point in the history
Signed-off-by: format 2020.01.21 <github.com/ChrisCummins/format>
  • Loading branch information
ChrisCummins committed Feb 26, 2020
1 parent 54cde15 commit d898f55
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ would like to contribute, please read this document.
## 1. Reporting Issues

Report issues and bugs to the GitHub issue tracker for this project. I don't
have requirements for what must go in an issue, I trust use your judgement. At a
minimum, please include as much information as is required for me to reproduce
the issue, and copy and paste the output of:
have requirements for what must go in an issue, I trust your judgment. Please
include as much information as is required for me to reproduce the issue, and
copy and paste the output of:

```sh
$ bazel run //tools:whoami
Expand Down Expand Up @@ -57,8 +57,7 @@ $ ./third_party/bazel/ci.sh

I have strong opinions about code formatting. Not in the specifics of how to
ident a certain block or where to put the parenthesis around a statement, but
rather that code formatting should be automated to cognitively offload the
developer to focus on more important things.
rather that code formatting so that you can focus on more important things.

I wrote a tool, [format](https://github.com/ChrisCummins/format), which provides
automatic code formatters for most of the programming languages used in this
Expand Down

0 comments on commit d898f55

Please sign in to comment.