Update typo in Contributing.md (#1662)

gometallinter -> gometalinter
This commit is contained in:
Cayman
2019-02-20 12:24:28 -07:00
committed by terence tsao
parent 19abe81472
commit df28379c0e

View File

@@ -65,7 +65,7 @@ $ go test <file_you_are_working_on>
Changes that affect multiple files can be tested with ...
```
$ gometallinter && bazel test
$ gometalinter && bazel test
```
**10. Stage the file or files that you want to commit.**