Skip to content

Commit 0c192c2

Browse files
author
Ruben Bridgewater
committed
doc: fix changelog typo
1 parent a850d28 commit 0c192c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const stringify = configure({
1818
})
1919

2020
stringify(object)
21-
// '{"c": 3,"b":2,"a":1}'
21+
// '{"c":3,"b":2,"a":1}'
2222
```
2323

2424
- Very minor performance optimization.

0 commit comments

Comments
 (0)