Skip to content

Commit f5ecf4f

Browse files
author
Amanda Butler
authored
Edit tools_intro.md
Make minor copy edit.
1 parent b706d08 commit f5ecf4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tools/tools_intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can export your project from any of our tools to third party tools. For inst
4949

5050
To force Arm Compiler 5, you can use the following options:
5151

52-
- Create or update your `mbed_app.json` as below. This is the recommended method for applications to use ARM Compiler 5.
52+
- Create or update your `mbed_app.json` as below. This is the recommended method for applications to use Arm Compiler 5.
5353

5454
```
5555
{
@@ -61,7 +61,7 @@ To force Arm Compiler 5, you can use the following options:
6161
}
6262
```
6363

64-
- For porting a target that cannot use Arm Compiler 6 at this time, modify the `supported_toolchains` entry in targets.json to replace all `ARM`, `ARMC6` entries with `ARMC5` as below.
64+
- For porting a target that cannot use Arm Compiler 6 at this time, modify the `supported_toolchains` entry in `targets.json` to replace all `ARM` and `ARMC6` entries with `ARMC5`:
6565

6666
```
6767
"MY_TARGET_NAME": {

0 commit comments

Comments
 (0)