Skip to content

Commit 95941de

Browse files
authored
fix(openthread): space before time unit
1 parent b852aa3 commit 95941de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/openthread/openthread_cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Executes a CLI command and prints the response to a Stream.
107107
108108
* ``cmd`` - The CLI command to execute
109109
* ``output`` - The Stream object to print responses to (e.g., ``Serial``)
110-
* ``respTimeout`` - Timeout in milliseconds per response line (default: 5000ms)
110+
* ``respTimeout`` - Timeout in milliseconds per response line (default: 5000 ms)
111111

112112
This function executes a CLI command and prints all response lines to the specified Stream until "Done" or "Error" is received.
113113

0 commit comments

Comments
 (0)