Browse Source

fixed language

Utkarsh Bhatnagar 9 years ago
parent
commit
86ef33f84f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CONTRIBUTING.md

+ 2 - 2
CONTRIBUTING.md

@@ -10,12 +10,12 @@ grunt && grunt watch
 grunt karma:dev
 grunt karma:dev
 ```
 ```
 
 
-### Rerun tests for backend assets before commit
+### Run tests for backend assets before commit
 ```
 ```
 test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
 test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
 ```
 ```
 
 
-### Run tests before commit
+### Run tests for frontend assets before commit
 ```
 ```
 grunt test
 grunt test
 godep go test -v ./pkg/...
 godep go test -v ./pkg/...