From 8a1e08e16ad706f4d89a1bfa850250f012f25cbb Mon Sep 17 00:00:00 2001 From: Sam Taylor Date: Thu, 2 Jun 2016 14:27:16 +0100 Subject: [PATCH] Fixed a couple of typos A couple of things I spotted while proof reading. --- docs/config_system.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config_system.md b/docs/config_system.md index b544c431ff..2434874073 100644 --- a/docs/config_system.md +++ b/docs/config_system.md @@ -1,4 +1,4 @@ -# About the cofiguration system +# About the configuration system The mbed configuration system can be used to customize the compile time configuration of various mbed components (targets, libraries and applications). Each such component can define a number of *configuration parameters*. The values of these configuration parameters can then be *overridden* in various ways. Configuration is defined using [JSON](http://www.json.org/). Some examples of configuration parameters: @@ -21,7 +21,7 @@ The configuration system understands configuration data defined in targets, libr "macro_name": "CUSTOM_MACRO_NAME", "value": 0 }, - "param1": { + "param2": { "help": "The second configuration parameter", "required": true },