fix(schema): correct a typo in schema desc
This commit is contained in:
parent
62650280ca
commit
5a141b5eff
|
@ -6,7 +6,7 @@
|
|||
"properties": {
|
||||
"menu": {
|
||||
"type": "object",
|
||||
"description": "Naviagtion menu items",
|
||||
"description": "Navigation menu items",
|
||||
"patternProperties": {
|
||||
".+": {
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue