Skip to content

Commit 43989bc

Browse files
author
Amanda Butler
authored
Tweak export_to_third_party.md
Remove incorrect code formatting, and fix tense.
1 parent 9a391dd commit 43989bc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/tools/toolchains/export_to_third_party.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,15 @@ You can open this project file with uVision5.
4646

4747
When you export from Mbed CLI, you create a project that compiles with the debug profile. You can find more information on the debug profile in the [build profiles documentation](build-profiles.html). For example, this means that compiling within UVision 5 after this export:
4848

49-
```
5049
$ mbed export -i uvision5 -m K64F
5150

52-
will have the same flags as if you had compiled with:
51+
has the same flags as if you had compiled with:
5352

5453
$ mbed compile -t arm -m K64F --profile debug
5554

5655
For a complete list of supported export toolchains, you can run:
5756

5857
$ mbed export -h
59-
```
6058

6159
### Before you export
6260

0 commit comments

Comments
 (0)