Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Soumya Ranjan Mohanty <[email protected]>
  • Loading branch information
geekysrm committed Oct 23, 2018
1 parent 6b64e67 commit f6ba83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pull Requests (PRs) are the main and exclusive way to contribute code to source{
In order for a PR to be accepted it needs to pass a list of requirements:

- The contribution must be correctly explained with natural language and providing a minimum working example that reproduces it.
- All PRs must be written idiomaticly:
- All PRs must be written idiomatically:
- for Go: formatted according to [gofmt](https://golang.org/cmd/gofmt/), and without any warnings from [go lint](https://github.com/golang/lint) nor [go vet](https://golang.org/cmd/vet/)
- for other languages, similar constraints apply.
- They should in general include tests, and those shall pass.
Expand All @@ -54,4 +54,4 @@ The format can be described more formally as follows:

```
<package>: <subpackage>, <what changed>. [Fixes #<issue-number>]
```
```

0 comments on commit f6ba83b

Please sign in to comment.