Fix typo in looking-for.md

This commit is contained in:
mikeweilgart 2019-09-06 16:01:45 -07:00 committed by GitHub
parent 709d5bb072
commit 69e0fd6b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ The author of the CL should not include major style changes combined with other
changes. It makes it hard to see what is being changed in the CL, makes merges
and rollbacks more complex, and causes other problems. For example, if the
author wants to reformat the whole file, have them send you just the
reformatting to as one CL, and then send another CL with their functional
reformatting as one CL, and then send another CL with their functional
changes after that.
## Documentation