Skip to content

Commit 8fcd5fc

Browse files
committed
Typo fix
1 parent a9b00d3 commit 8fcd5fc

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
@@ -59,7 +59,7 @@ The module supports CommonJS, AMD and browser globals. You might need to shim `t
5959

6060
### jsonSchema(value, schema)
6161

62-
Validate that the given javascript value conforms to the specified JSON Schema. Both the value and schema would likely be JSON loaded from a external datasource but could also be literals or object instances.
62+
Validate that the given javascript value conforms to the specified JSON Schema. Both the value and schema would likely be JSON loaded from an external datasource but could also be literals or object instances.
6363

6464
````js
6565
var goodApple = {

0 commit comments

Comments
 (0)