Prechádzať zdrojové kódy

Fix typos in contributing.md

Ziyaddin Sadigov 7 rokov pred
rodič
commit
4b350987a1
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      CONTRIBUTING.md

+ 3 - 3
CONTRIBUTING.md

@@ -5,14 +5,14 @@ contributions via GitHub pull requests.
 
 ## How to Contribute
 
-Open a PR. Give the PR a descriptive title. Add some comments describing whats the purpose of the PR.
+Open a PR. Give the PR a descriptive title. Add some comments describing what is the purpose of the PR.
 
 __BUT before you do that!__
 
 Make sure you pass this list of requirements.
 
-- You've ran `go fmt`.
-- You've ran `golint`.
+- You've run `go fmt`.
+- You've run `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.
 - You've updated [the changelog](CHANGELOG.md).