Skip to content

Commit f6ba83b

Browse files
committed
Correct spelling
Signed-off-by: Soumya Ranjan Mohanty <[email protected]>
1 parent 6b64e67 commit f6ba83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Pull Requests (PRs) are the main and exclusive way to contribute code to source{
3434
In order for a PR to be accepted it needs to pass a list of requirements:
3535

3636
- The contribution must be correctly explained with natural language and providing a minimum working example that reproduces it.
37-
- All PRs must be written idiomaticly:
37+
- All PRs must be written idiomatically:
3838
- 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/)
3939
- for other languages, similar constraints apply.
4040
- They should in general include tests, and those shall pass.
@@ -54,4 +54,4 @@ The format can be described more formally as follows:
5454

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

0 commit comments

Comments
 (0)