diff options
Diffstat (limited to 'packages/website/md')
-rw-r--r-- | packages/website/md/docs/json_schemas/usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/md/docs/json_schemas/usage.md b/packages/website/md/docs/json_schemas/usage.md index 372c0b541..68b801153 100644 --- a/packages/website/md/docs/json_schemas/usage.md +++ b/packages/website/md/docs/json_schemas/usage.md @@ -1,4 +1,4 @@ -The following example shows you how to validate an 0x order using the `@0xproject/json-schemas` package. +The following example shows you how to validate a 0x order using the `@0xproject/json-schemas` package. ```javascript import {SchemaValidator, ValidatorResult, schemas} from '@0xproject/json-schemas'; |