Skip to content

Commit 29545d3

Browse files
authored
docs: @putout/plugin-destructuring: headings
1 parent ac466cc commit 29545d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-destructuring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ npm i @putout/plugin-destructuring
5555
const first = array[0];
5656
```
5757

58-
## ✅ Example of correct code
58+
### ✅ Example of correct code
5959

6060
```js
6161
const [first] = array;
@@ -196,7 +196,7 @@ const {one, two} = require('numbers');
196196
} = data);
197197
```
198198

199-
### remove-useless-arguments
199+
## remove-useless-arguments
200200

201201
### ❌ Example of incorrect code
202202

0 commit comments

Comments
 (0)