Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstaudt committed Apr 27, 2018
1 parent 3ed4eaa commit fe6e511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/uart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ On the host computer, open a terminal and enter the following command:

sudo screen /dev/ttyUSB0 115200

...OR if you would like to write the output to a file in the **present working directory** ``pwd`` on the host computer at the point the command is run, enter:
...OR if you would like to write the output to a file in the **print working directory** ``pwd`` on the host computer at the point the command is run, enter:

sudo screen -L /dev/ttyUSB0 115200

Expand Down

0 comments on commit fe6e511

Please sign in to comment.