Skip to content

Commit 6f756f6

Browse files
committed
chore(readme): fix typo
1 parent 117a6c4 commit 6f756f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ Sometimes, we want to write broken JavaScript code into JS CodeBlock for Syntax
2626
<!-- textlint-disable -->
2727

2828
```js
29-
const wrongUsage;
29+
// This is invalid example
30+
const const;
3031
```
3132

3233
<!-- textlint-enable -->

0 commit comments

Comments
 (0)