Skip to content

Commit 7e16e3f

Browse files
docs: fix caseSensitive option's title of sort-keys (#19183)
1 parent f831893 commit 7e16e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rules/sort-keys.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ let obj4 = {2: c, 10: b, 1: a};
147147

148148
:::
149149

150-
### insensitive
150+
### caseSensitive
151151

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

0 commit comments

Comments
 (0)