Skip to content

Commit 5a1fa64

Browse files
mkanyarMike Stephane
and
Mike Stephane
authoredJan 8, 2024
fix typo (#164)
Co-authored-by: Mike Stephane <mike.stephane.kanyarushatsi@cbc.ca>
1 parent 7139f92 commit 5a1fa64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The above will produce the following string output:
5656
'{"str":"string","num":0,"obj":{"foo":"foo"},"arr":[1,2,3],"bool":true,"nil":null,"undef":undefined,"inf":Infinity,"date":new Date("2016-04-28T22:02:17.000Z"),"map":new Map([["hello","world"]]),"set":new Set([123,456]),"fn":function echo(arg) { return arg; },"re":new RegExp("([^\\\\s]+)", "g"),"big":BigInt("10")}'
5757
```
5858

59-
Note: to produced a beautified string, you can pass an optional second argument to `serialize()` to define the number of spaces to be used for the indentation.
59+
Note: to produce a beautified string, you can pass an optional second argument to `serialize()` to define the number of spaces to be used for the indentation.
6060

6161
### Automatic Escaping of HTML Characters
6262

0 commit comments

Comments
 (0)
Please sign in to comment.