Skip to content

Commit

Permalink
docs: Fix typos in config examples (#1201)
Browse files Browse the repository at this point in the history
Thanks @geirs73 for reporting!

Signed-off-by: Anders Eknert <anders@styra.com>
  • Loading branch information
anderseknert authored Oct 14, 2024
1 parent e46ef92 commit df4d44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rules/bugs/duplicate-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This linter rule provides the following configuration options:
```yaml
rules:
bugs:
duplicated-rule:
duplicate-rule:
# one of "error", "warning", "ignore"
level: error
```
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/style/comprehension-term-assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ This linter rule provides the following configuration options:
```yaml
rules:
style:
comprehension-tail-assignment:
comprehension-term-assignment:
# one of "error", "warning", "ignore"
level: error
```
Expand Down

0 comments on commit df4d44e

Please sign in to comment.