Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit ea710ac

Browse files
committed
fix typo in readme
1 parent 95fbc56 commit ea710ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ yarn add babel-plugin-object-to-json-parse -D
4343

4444

4545
### Options
46-
#### `minJSONStringSize` (`number`, dafaults to `1024`)
46+
#### `minJSONStringSize` (`number`, defaults to `1024`)
4747

4848
The `minJSONStringSize` option will prevent the plugin from replacing an expression if the length of the JSON string given to `JSON.parse` is smaller than `minJSONStringSize`. For example, the following ensures all replacements have a string size of at least 1kb.
4949

0 commit comments

Comments
 (0)