Browse Source

Merge pull request #4279 from dnephin/fix-schema-typo

Fix schema typo
Joffrey F 9 years ago
parent
commit
45c7ee4466
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compose/config/config_schema_v3.0.json

+ 1 - 1
compose/config/config_schema_v3.0.json

@@ -270,7 +270,7 @@
         "cpus": {"type": "string"},
         "memory": {"type": "string"}
       },
-      "additionaProperties": false
+      "additionalProperties": false
     },
 
     "network": {