From c6de7746cd1f29940c1d1002942fba8324712135 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Thu, 1 Mar 2018 01:41:02 -0800 Subject: [PATCH] Fix typo --- spec/tests/rules/uniqueItems.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/tests/rules/uniqueItems.json b/spec/tests/rules/uniqueItems.json index 4b359f8..2618ac5 100644 --- a/spec/tests/rules/uniqueItems.json +++ b/spec/tests/rules/uniqueItems.json @@ -12,7 +12,7 @@ "valid": true }, { - "description": "array of unique items with strings that are properties of has are valid", + "description": "array of unique items with strings that are properties of hash are valid", "data": ["toString", "foo"], "valid": true },