Skip to content

Commit

Permalink
fix: number of properties in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricekleine committed Mar 7, 2023
1 parent e80b8c5 commit 9b50316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/object-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The 1st option is `"asc"` or `"desc"`.
- `"asc"` (default) - enforce properties to be in ascending order.
- `"desc"` - enforce properties to be in descending order.

The 2nd option is an object which has 3 properties.
The 2nd option is an object which has 2 properties.

- `caseSensitive` - if `true`, enforce properties to be in case-sensitive order.
Default is `false`.
Expand Down

0 comments on commit 9b50316

Please sign in to comment.