Skip to content

Commit 7ffe32e

Browse files
committed
User manual content minor patch
1 parent fd62909 commit 7ffe32e

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual

1 file changed

+1
-1
lines changed

content/hardware/04.pro/carriers/portenta-hat-carrier/tutorials/user-manual/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ This will read the previously generated _random.bin_ file and displays its conte
798798

799799
***Reading the entire _random.bin_ file with the `hexdump` command will produce a large output on the console. Use with caution.***
800800

801-
n the Portenta X8's shell, if you aim to create a text file containing the message `Hello, World!` on a USB memory drive, you can employ the command:
801+
In the Portenta X8's shell, if you aim to create a text file containing the message `Hello, World!` on a USB memory drive, you can employ the command:
802802

803803
```bash
804804
dd if=<(echo -n "Hello, World!") of=/mnt/USBmount/helloworld.txt

0 commit comments

Comments
 (0)