Skip to content

Commit 1eb424d

Browse files
authored
docs: add missing backticks to prefer-destructuring (#19223)
1 parent 85998d1 commit 1eb424d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rules/prefer-destructuring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ With JavaScript ES6, a new syntax was added for creating variables from an array
1616

1717
This rule takes two arguments, both of which are objects. The first object parameter determines what types of destructuring the rule applies to.
1818

19-
In the first object, there are two properties, `array` and `object`, that can be used to turn on or off the destructuring requirement for each of those types independently. By default, both are true.
19+
In the first object, there are two properties, `array` and `object`, that can be used to turn on or off the destructuring requirement for each of those types independently. By default, both are `true`.
2020

2121
```json
2222
{

0 commit comments

Comments
 (0)