Skip to content

Commit a002252

Browse files
authored
"For instance" -> "For example" on front page
This petty change is to avoid confusion with _instance_ term which is just introduced (and to reduce conduplication to some extent).
1 parent eb2c9e2 commit a002252

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)