Skip to content

Commit d63e2e6

Browse files
committed
Merge pull request #193 from ARMmbed/sam-taylor-arm-patch-1
Fixed a couple of typos
2 parents a7a163b + 8a1e08e commit d63e2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config_system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# About the cofiguration system
1+
# About the configuration system
22

33
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:
44

@@ -21,7 +21,7 @@ The configuration system understands configuration data defined in targets, libr
2121
"macro_name": "CUSTOM_MACRO_NAME",
2222
"value": 0
2323
},
24-
"param1": {
24+
"param2": {
2525
"help": "The second configuration parameter",
2626
"required": true
2727
},

0 commit comments

Comments
 (0)