From 83fd44f950642a73a67a5522ddc993642e560839 Mon Sep 17 00:00:00 2001 From: John Howard Date: Sat, 17 Sep 2016 15:10:25 -0700 Subject: [PATCH] Fix typo unkown' Signed-off-by: John Howard --- config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.md b/config.md index dfb175f57..758efaa83 100644 --- a/config.md +++ b/config.md @@ -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