We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c644780 commit 301aa3bCopy full SHA for 301aa3b
rules/prefer-array-from.js
@@ -15,7 +15,7 @@ const SINGLE_ELEMENT = 1,
15
module.exports = {
16
meta: {
17
docs: {
18
- description: "Prefer using Array.from over spreading an interable in an array literal.",
+ description: "Prefer using Array.from over spreading an iterable in an array literal.",
19
recommended: true
20
},
21
schema: [],
0 commit comments