Fixed quote
Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
Change-Id: I0a6a8e2e323cac09fa62f8ce7b7340170c99cf42
diff --git a/CONFIG_FORMAT.md b/CONFIG_FORMAT.md
index 44e8774..866293f 100644
--- a/CONFIG_FORMAT.md
+++ b/CONFIG_FORMAT.md
@@ -90,7 +90,7 @@
| "Exposes" | [{"Name" : "CPU fan"}, ...] | An array of JSON objects which are valid if the probe result is successful. These objects describe the devices BMC can interact. |
| "Status" | "disabled" | An indicator that allows for some records to be disabled by default. |
| "Bind*" | "2U System Fan connector 1" | The record isn't complete and needs to be combined with another to be functional. The value is a unique reference to a record elsewhere. |
-| "DisableNode| "Fan 1" | Sets the status of another Entity to disabled. |
+| "DisableNode"| "Fan 1" | Sets the status of another Entity to disabled. |
Template strings in the form of "$identifier" may be used in configuration
files. The following table describes the template strings currently defined.