Skip to content

Commit 3b492c2

Browse files
authored
docs(readme): spelling fixes (#560)
1 parent b6d6811 commit 3b492c2

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
@@ -650,13 +650,13 @@ AJV Serialize large array x 58.76 ops/sec ±4.59% (60 runs sampled)
650650
Treat the schema definition as application code, it
651651
is not safe to use user-provided schemas.
652652

653-
In order to achieve lowest cost/highest performance redaction `fast-json-stringify`
653+
To achieve low cost and high performance redaction `fast-json-stringify`
654654
creates and compiles a function (using the `Function` constructor) on initialization.
655655
While the `schema` is currently validated for any developer errors,
656656
there is no guarantee that supplying user-generated schema could not
657657
expose your application to remote attacks.
658658

659-
Users are responsibile for sending trusted data. `fast-json-stringify` guarantees that you will get
659+
Users are responsible for sending trusted data. `fast-json-stringify` guarantees that you will get
660660
a valid output only if your input matches the schema or can be coerced to the schema. If your input
661661
doesn't match the schema, you will get undefined behavior.
662662

0 commit comments

Comments
 (0)