Skip to content

Commit 24597b4

Browse files
committed
Fix typo in description
1 parent 6fd8e16 commit 24597b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/requireJSDoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/* eslint-disable sort-keys */
77
/* The meta information is well defined and has a fixed structure.
8-
Sorting the keys does not destroys this natural structure and creates confusion. */
8+
Sorting the keys destroys this natural structure. */
99

1010
const OPTIONS_SCHEMA = {
1111
type: 'object',

0 commit comments

Comments
 (0)