Skip to content

Commit

Permalink
Fix typo in API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbtucker committed Mar 16, 2018
1 parent 607c18f commit 25929ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -136,7 +136,7 @@ properties if a replacer array is specified.
space. If this parameter is not provided (or is null), no white space is used.
If white space is used, trailing commas will be used in objects and arrays.
- `options`: An object with the following properties:
- `replacer`: Same as the `replacer` paramter.
- `replacer`: Same as the `replacer` parameter.
- `space`: Same as the `space` parameter.
- `quote`: A String representing the quote character to use when serializing
strings.
Expand Down

0 comments on commit 25929ab

Please sign in to comment.