Skip to content

Commit b852aa3

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

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
@@ -28,7 +28,7 @@ Executes a CLI command and gets the response.
2828
2929
* ``cmd`` - The CLI command to execute (e.g., ``"state"``, ``"networkname"``)
3030
* ``resp`` - Buffer to store the response (optional, can be ``NULL``)
31-
* ``respTimeout`` - Timeout in milliseconds for waiting for response (default: 5000ms)
31+
* ``respTimeout`` - Timeout in milliseconds for waiting for response (default: 5000 ms)
3232

3333
This function executes a CLI command and collects all response lines until "Done" or "Error" is received. If ``resp`` is not ``NULL``, the response is stored in the buffer.
3434

0 commit comments

Comments
 (0)