Skip to content

Commit 307d5f9

Browse files
authored
fix: fix typo in 'Subschema' header (#140)
1 parent 9a4f426 commit 307d5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/01-Getting-Started/02-Nesting-Objects/instructions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Let's divide the name property into the three separate components: `firstName`,
2222
}
2323
```
2424

25-
## Defining a Subchema
25+
## Defining a Subschema
2626

2727
In JSON Schema, A [subschema](https://json-schema.org/learn/glossary#subschema) refers to a schema that is nested within another schema.
2828

0 commit comments

Comments
 (0)