Skip to content

Commit a6f0e40

Browse files
committed
Run Prettier for formatting
1 parent 0aea304 commit a6f0e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/FAQ.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ when using a serial port, the monitor baud rate can be set to 4800 with the foll
4343

4444
## "Permission denied" error in sketch upload
4545

46-
This problem might happen on some Linux systems, and can be solved by setting up serial port permissions. First, search
46+
This problem might happen on some Linux systems, and can be solved by setting up serial port permissions. First, search
4747
for the port your board is connected to, with the command:
4848

4949
`$ arduino-cli board list`
5050

51-
Then add your user to the group with the following command, replacing `<username>` with your username and `<group>` with
51+
Then add your user to the group with the following command, replacing `<username>` with your username and `<group>` with
5252
your group name. Logging out and in again is necessary for the changes to take effect.
5353

5454
`$ sudo usermod -a -G <group> <username>`

0 commit comments

Comments
 (0)