Skip to content

Commit f092921

Browse files
author
Amanda Butler
authored
Fix voice in quick-start-cli-debug.md
Change passive to active voice for consistency across docs.
1 parent cf1fb99 commit f092921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/quickstart/quick-start-cli-debug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The easiest way to do basic debugging is to use the `printf` command in your cod
77

88
For example, add `printf("Hello World!\n\r");` to the top of your main function, and then recompile the program and flash it to your device.
99

10-
<span class="notes">**Note:** Unless otherwise specified, `printf` defaults to a baud rate of `9600` on Mbed OS. This value can be modified in the `mbed_app.json` file. To configure your terminal client to this baud rate, change the speed option when selecting the port. You can view the [configuration options page](../reference/configuration.html) to learn more about how to configure OS-level options.</span>
10+
<span class="notes">**Note:** Unless otherwise specified, `printf` defaults to a baud rate of `9600` on Mbed OS. You can modify this value in the `mbed_app.json` file. To configure your terminal client to this baud rate, change the speed option when selecting the port. You can view the [configuration options page](../reference/configuration.html) to learn more about how to configure OS-level options.</span>
1111

1212
### Exporting to a desktop IDE
1313

0 commit comments

Comments
 (0)