s/indicies/indices/

This commit is contained in:
Mark Haines 2015-09-28 12:52:12 +01:00
parent 393d283139
commit 1aa916d690

View file

@ -3,7 +3,7 @@
"properties": { "properties": {
"events": { "events": {
"type": "array", "type": "array",
"description": "List of indicies into an events array", "description": "List of indices into an events array",
"items": { "items": {
"type": "integer" "type": "integer"
} }