Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Nov 28, 2024
1 parent ba435ae commit 4e6384a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ linters-settings:
case:
# Define the association between tag name and case.
# Any struct tag name can be used.
# Support string cases:
# Supported string cases:
# - `camel`
# - `pascal`
# - `kebab`
Expand Down Expand Up @@ -154,7 +154,7 @@ linters-settings:
# Default: []
overrides:
-
# The package path. (uses `/` only as separator)
# The package path (uses `/` only as a separator).
# Required
pkg: foo/bar
# Default: empty or the same as the default/root configuration.
Expand All @@ -168,7 +168,7 @@ linters-settings:
ignored-fields:
- Bar
- Foo
# Ignore the package (it takes the precedence over all other configuration).
# Ignore the package (takes precedence over all other configurations).
# Default: false
ignore: true
```
Expand Down

0 comments on commit 4e6384a

Please sign in to comment.