Skip to content

Commit 6881189

Browse files
author
Amanda Butler
authored
Reduce number of enables in runtime_mem_trace.md
Reduce the number of times we use the word "enable" to lessen the repetition.
1 parent 818f80a commit 6881189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/optimize/memory/runtime_mem_trace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Running out of memory is a common problem with resource constrained systems such
44

55
#### Using the memory tracer
66

7-
The memory tracer is not enabled by default. To enable it, you need to enable the **`memory-tracing-enabled`** setting in the Mbed OS platform configuration options. The recommended way to enable this setting is to add it to your `mbed_app.json`:
7+
The memory tracer is not enabled by default. To enable it, you need to enable the **`memory-tracing-enabled`** setting in the Mbed OS platform configuration options. We recommend doing this by add it to your `mbed_app.json`:
88

99
```
1010
{

0 commit comments

Comments
 (0)