Skip to content

Commit 2bffb0b

Browse files
authored
docs: @putout/plugin-putout: apply-lowercase-to-node-builders: example
1 parent ffb1947 commit 2bffb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-putout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Checkout in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/fe78f6e489
169169
### ❌ Example of incorrect code
170170

171171
```js
172-
path.node = identifier('x');
172+
path.node = Identifier('x');
173173
```
174174

175175
### ✅ Example of correct code

0 commit comments

Comments
 (0)