Skip to content

Commit 15c86ac

Browse files
authored
Merge pull request #3 from jwilk/spelling
Fix typos
2 parents 0dffbb9 + b868107 commit 15c86ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Go is unlike any other language in that it forces a specific development workflo
3030
### Pull Requests
3131
* Please be generous describing your changes.
3232
* Although it is highly suggested to include tests, they are not a hard requirement in order to get your contributions accepted.
33-
* Keep pull requets small so core developers can review them quickly.
33+
* Keep pull requests small so core developers can review them quickly.
3434
* Unlike other projects, we are not going to nitpick your contributions. If your pull request is correct, we are going to merge and address the small details by ourselves. There is no point on delaying contributions due to little and unimportant details.
3535

3636
### Workflow for third-party code contributions
@@ -45,7 +45,7 @@ Go is unlike any other language in that it forces a specific development workflo
4545

4646

4747
### Workflow for core developers
48-
Since core developers usually have access to the upstream repository, there is no need for having a workflow like the one for thid-party contributors.
48+
Since core developers usually have access to the upstream repository, there is no need for having a workflow like the one for third-party contributors.
4949

5050
* Get the package using "go get": `go get github.com/c4milo/github-release`
5151
* Create a branch for making your changes, then commit them.

0 commit comments

Comments
 (0)