From 83314deedb1ad2192b3be54347a18e500e3f4343 Mon Sep 17 00:00:00 2001 From: jonganc Date: Mon, 7 May 2018 13:56:20 -0400 Subject: [PATCH] Fix small typos I hope you mind me fixing some small typos. Awesome project. --- KEYWORDS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KEYWORDS.md b/KEYWORDS.md index e5b330e..32740dc 100644 --- a/KEYWORDS.md +++ b/KEYWORDS.md @@ -267,7 +267,7 @@ The value of the keyword should be an object or an array of objects. If the keyword value is an object, then for the data array to be valid each item of the array should be valid according to the schema in this value. In this case the "additionalItems" keyword is ignored. -If the keyword value is an array, then items with indeces less than the number of items in the keyword should be valid according to the schemas with the same indeces. Whether additional items are valid will depend on "additionalItems" keyword. +If the keyword value is an array, then items with indices less than the number of items in the keyword should be valid according to the schemas with the same indices. Whether additional items are valid will depend on "additionalItems" keyword. __Examples__ @@ -307,7 +307,7 @@ If the length of data array is bigger than the length of "items" keyword value t - `false`: data is invalid - `true`: data is valid -- an object: data is valid if all additional items (i.e. items with indeces greater or equal than "items" keyword value length) are valid according to the schema in "assitionalItems" keyword. +- an object: data is valid if all additional items (i.e. items with indices greater or equal than "items" keyword value length) are valid according to the schema in "additionalItems" keyword. __Examples__