Skip to content

Commit 301aa3b

Browse files
aliceklipperfreaktechnik
authored andcommitted
fix: Fix typo in prefer-array-from rule (#11)
1 parent c644780 commit 301aa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/prefer-array-from.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const SINGLE_ELEMENT = 1,
1515
module.exports = {
1616
meta: {
1717
docs: {
18-
description: "Prefer using Array.from over spreading an interable in an array literal.",
18+
description: "Prefer using Array.from over spreading an iterable in an array literal.",
1919
recommended: true
2020
},
2121
schema: [],

0 commit comments

Comments
 (0)