Fixed a couple of typos

A couple of things I spotted while proof reading.
Sam Taylor 2016-06-02 14:27:16 +01:00
parent a7a163b811
commit 8a1e08e16a
1 changed files with 2 additions and 2 deletions

View File

@ -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
},