Skip to content

Commit

Permalink
docs: fix typo in example for sort-keys rule (#15393)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Dec 6, 2021
1 parent 60f6a06 commit fa4d483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/sort-keys.md
Expand Up @@ -197,7 +197,7 @@ let obj = {
Examples of **correct** code for the `{minKeys: 4}` option:

```js
/*eslint sort-keys: ["error", "asc", {minKeys: 4}]*//
/*eslint sort-keys: ["error", "asc", {minKeys: 4}]*/
/*eslint-env es6*/

// 3 keys
Expand Down

0 comments on commit fa4d483

Please sign in to comment.