Skip to content

Commit 29e2e8e

Browse files
authored
docs(readme): minor grammatical fixes (#317)
1 parent bbb6eef commit 29e2e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ console.log(stringify({
399399
})) // {"kind":"foobar","foo":"FOO","bar":42}
400400
```
401401

402-
**NB:** don't declare the properties twice or you'll print them twice!
402+
**NB** Do not declare the properties twice or you will print them twice!
403403

404404
<a name="ref"></a>
405405
#### Reuse - $ref
@@ -514,7 +514,7 @@ const stringify = fastJson(schema, { schema: externalSchema })
514514

515515
<a name="long"></a>
516516
#### Long integers
517-
By default the library will handle automatically [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) from Node.js v10.3 and above.
517+
By default the library will automatically handle [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) from Node.js v10.3 and above.
518518
If you can't use BigInts in your environment, long integers (64-bit) are also supported using the [long](https://github.com/dcodeIO/long.js) module.
519519
Example:
520520
```javascript

0 commit comments

Comments
 (0)