Skip to content

Commit

Permalink
fix(schema): remove "&" in schema
Browse files Browse the repository at this point in the history
- "&" in schema might cause trouble under certain conditions
  • Loading branch information
johannrichard committed Jun 15, 2020
1 parent 94da769 commit c6f36b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": {
"title": "Name",
"type": "string",
"default": "dingz & myStrom SmartHome platform",
"default": "dingz and myStrom SmartHome platform",
"required": true
},
"globalToken": {
Expand Down

0 comments on commit c6f36b5

Please sign in to comment.