Zachary Rice hace 7 años
padre
commit
0a209b60a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -15,5 +15,5 @@ Make sure you pass this list of requirements.
 - You've ran `golint`.
 - Your Go changes are confined to `gitleaks_test.go` and `main.go`. This is subject to change as the project evolves. Stylistically, I like having a single go file considering the size of this project (its tiny).
 - You've added test cases for your changes.
-- Your test pass.
+- Your tests pass.