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