Skip to content

Commit 135b434

Browse files
author
syncatallah
committed
fix oneLineCommaLists readme docs
1 parent bbdb721 commit 135b434

File tree

2 files changed

+33
-13
lines changed

2 files changed

+33
-13
lines changed

package-lock.json

+32-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ oneLineCommaLists`
391391
I like ${['apples', 'bananas', 'watermelons']}
392392
They're good!
393393
`
394-
// I like apples, bananas or watermelons They're good!
394+
// I like apples, bananas, watermelons They're good!
395395
```
396396

397397
#### `oneLineCommaListsOr`

0 commit comments

Comments
 (0)