Skip to content

Commit

Permalink
docs(eslint-plugin): typo in member-ordering rule documentation (#5394
Browse files Browse the repository at this point in the history
)

docs: typo in member-ordering rule documentation
  • Loading branch information
mrazauskas committed Jul 28, 2022
1 parent 5bc4d43 commit ad26b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/member-ordering.md
Expand Up @@ -40,7 +40,7 @@ You can configure `OrderConfig` options for:

The `OrderConfig` settings for each kind of construct may configure sorting on one or both two levels:

- **`memberType`**: organizing on member type groups such as methods vs. properties
- **`memberTypes`**: organizing on member type groups such as methods vs. properties
- **`order`**: organizing based on member names, such as alphabetically

### Groups
Expand Down

0 comments on commit ad26b74

Please sign in to comment.