Skip to content

Commit f3ad4ba

Browse files
committed
review: typos
1 parent 44f753b commit f3ad4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/linters/false-positives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func someLegacyFunction() *string {
159159
}
160160
```
161161

162-
You can see more examples of using `nolint` directives direct in [our tests](https://github.com/golangci/golangci-lint/tree/HEAD/pkg/result/processors/testdata) for it.
162+
You can see more examples of using `nolint` directives in [our tests](https://github.com/golangci/golangci-lint/tree/HEAD/pkg/result/processors/testdata) for it.
163163

164164
### Syntax
165165

0 commit comments

Comments
 (0)