Merge pull request #572 from jhowardmsft/jjh/typo

Fix typo 'unkown'
This commit is contained in:
Mrunal Patel 2016-09-20 14:22:36 -07:00 committed by GitHub
commit 37dbfc3a23
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ Implementations that are reading/processing this configuration file MUST NOT gen
```
## Extensibility
Implementations that are reading/processing this configuration file MUST NOT generate an error if they encounter an unkown property.
Implementations that are reading/processing this configuration file MUST NOT generate an error if they encounter an unknown property.
Instead they MUST ignore unknown properties.
## Configuration Schema Example