Skip to content

Commit e80d3b6

Browse files
committed
chore:[destructuring-assignment] typos
1 parent 77b1383 commit e80d3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/destructuring-assignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Enforce consostent usage of destructuring assignment of props, state and context (react/destructuring-assignment)
1+
# Enforce consistent usage of destructuring assignment of props, state, and context (react/destructuring-assignment)
22

33
Rule can be set to either of `always` or `never`;
44
```js

0 commit comments

Comments
 (0)