diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 039d65dc3..29e7b57ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,8 +113,8 @@ module versions in `go.mod`. There is no `replace` directive. ## Code style -Go code should be formatted by [gofumpt] and linted using [golangci-lint]. This -style is enforced by CI. +Go code is formatted by [gofumpt] and linted using [golangci-lint], enforced by +CI. ```bash just go-fmt-check # Check formatting