Skip to content

Commit

Permalink
docs: fix caseSensitive option's title of sort-keys (#19183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanujkanti4441 authored Nov 27, 2024
1 parent f831893 commit 7e16e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rules/sort-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ let obj4 = {2: c, 10: b, 1: a};

:::

### insensitive
### caseSensitive

Examples of **incorrect** code for the `{caseSensitive: false}` option:

Expand Down

0 comments on commit 7e16e3f

Please sign in to comment.