Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 6d0f641

Browse files
geekysrmkuba--
authored andcommitted
Correct spelling (#497)
Signed-off-by: Soumya Ranjan Mohanty <[email protected]>
1 parent 1d000c3 commit 6d0f641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Pull Requests (PRs) are the main and exclusive way to contribute code to source{
3737
In order for a PR to be accepted it needs to pass a list of requirements:
3838

3939
- The contribution must be correctly explained with natural language and providing a minimum working example that reproduces it.
40-
- All PRs must be written idiomaticly:
40+
- All PRs must be written idiomatically:
4141
- 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/)
4242
- for other languages, similar constraints apply.
4343
- They should in general include tests, and those shall pass.

0 commit comments

Comments
 (0)