fix(schema): correct a typo in schema desc

This commit is contained in:
ppoffice 2020-10-31 22:02:59 -04:00
parent 62650280ca
commit 5a141b5eff
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"properties": {
"menu": {
"type": "object",
"description": "Naviagtion menu items",
"description": "Navigation menu items",
"patternProperties": {
".+": {
"type": "string",