Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 10a2cf3

Browse files
committed
Fix typo
1 parent 6f8f3df commit 10a2cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/array.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Items
4242
By default, the elements of the array may be anything at all.
4343
However, it's often useful to validate the items of the array against
4444
some schema as well. This is done using the ``items``,
45-
``additionalItems`` and ``contents`` keywords.
45+
``additionalItems`` and ``contains`` keywords.
4646

4747
There are two ways in which arrays are generally used in JSON:
4848

0 commit comments

Comments
 (0)