Skip to content

Commit f1c2339

Browse files
author
Amanda Butler
authored
Fix typo in runtime_mem_trace.md
Fix typo as in PR #771
1 parent 42401fd commit f1c2339

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. We recommend doing this by 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 adding it to your `mbed_app.json`:
88

99
```
1010
{

0 commit comments

Comments
 (0)