Fix typo unkown'

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-09-17 15:10:25 -07:00
parent f0ecb455b1
commit 83fd44f950
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