Skip to content

Commit 0d2f4d2

Browse files
authored
Merge pull request json-schema-org#140 from inca/patch-1
"For instance" -> "For example" on front page
2 parents 5072263 + a002252 commit 0d2f4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The most basic schema is a blank JSON object, which constrains nothing, allows a
4343
{}
4444
```
4545

46-
You can apply constraints on an instance by adding validation keywords to the schema. For instance, the "type" keyword can be used to restrict an instance to an object, array, string, number, boolean, or null:
46+
You can apply constraints on an instance by adding validation keywords to the schema. For example, the "type" keyword can be used to restrict an instance to an object, array, string, number, boolean, or null:
4747

4848
```json
4949
{"type": "string"}

0 commit comments

Comments
 (0)