Skip to content

Commit 1e7dc52

Browse files
committed
chore(destructuring-assignment) desc typos
1 parent c967000 commit 1e7dc52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rules/destructuring-assignment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @fileoverview Enforce consostent usage of destructuring assignment of props, state and context.
2+
* @fileoverview Enforce consistent usage of destructuring assignment of props, state, and context.
33
**/
44
'use strict';
55

@@ -13,7 +13,7 @@ const DEFAULT_OPTIONS = {
1313
module.exports = {
1414
meta: {
1515
docs: {
16-
description: 'Enforce consostent usage of destructuring assignment of props, state and context',
16+
description: 'Enforce consistent usage of destructuring assignment of props, state, and context',
1717
category: 'Stylistic Issues',
1818
recommended: false
1919
},

0 commit comments

Comments
 (0)