Skip to content

Commit fda217b

Browse files
author
Amanda Butler
authored
Fix typo in configuration.md
Fix typo as requested in issue #672
1 parent 8831151 commit fda217b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/configuration/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ An application may have one `mbed_app.json` in the root of the application and m
8686
8787
The configuration system allows a user to override any defined configuration parameter with a JSON object named `"target_overrides"`.
8888
89-
The keys in the `"target_overrides"` section are the names of a target that the overrides apply to, or the special wildcard `*` that applies to all targets. The values within the `"target_overrides"` section are objects that map configuration parameters, as printed by `mbed compile --conifg`, to new values. See the example `"target_overrides"` section below.
89+
The keys in the `"target_overrides"` section are the names of a target that the overrides apply to, or the special wildcard `*` that applies to all targets. The values within the `"target_overrides"` section are objects that map configuration parameters, as printed by `mbed compile --config`, to new values. See the example `"target_overrides"` section below.
9090
9191
```JSON
9292
"target_overrides": {

0 commit comments

Comments
 (0)