Skip to content

Commit 4e6384a

Browse files
committed
docs: fix typos
1 parent ba435ae commit 4e6384a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ linters-settings:
118118
case:
119119
# Define the association between tag name and case.
120120
# Any struct tag name can be used.
121-
# Support string cases:
121+
# Supported string cases:
122122
# - `camel`
123123
# - `pascal`
124124
# - `kebab`
@@ -154,7 +154,7 @@ linters-settings:
154154
# Default: []
155155
overrides:
156156
-
157-
# The package path. (uses `/` only as separator)
157+
# The package path (uses `/` only as a separator).
158158
# Required
159159
pkg: foo/bar
160160
# Default: empty or the same as the default/root configuration.
@@ -168,7 +168,7 @@ linters-settings:
168168
ignored-fields:
169169
- Bar
170170
- Foo
171-
# Ignore the package (it takes the precedence over all other configuration).
171+
# Ignore the package (takes precedence over all other configurations).
172172
# Default: false
173173
ignore: true
174174
```

0 commit comments

Comments
 (0)