Skip to content

Commit 14a68e4

Browse files
Update docs/FAQ.md
Co-authored-by: Alessio Perugini <[email protected]>
1 parent 41e2fd9 commit 14a68e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When you run [`arduino-cli board list`][arduino cli board list], your board does
1111

1212
FQBN stands for Fully Qualified Board Name. It has the following format:
1313
`VENDOR:ARCHITECTURE:BOARD_ID[:MENU_ID=OPTION_ID[,MENU2_ID=OPTION_ID ...]]`, with `MENU_ID=OPTION_ID` being
14-
configuration key-value pairs. Each field accepts letters (`A-Z` or `a-z`), numbers (`0-9`), underscores (`_`),
14+
a key-value pairs configuration. Each field accepts letters (`A-Z` or `a-z`), numbers (`0-9`), underscores (`_`),
1515
dashes(`-`) and dots(`.`). The special character `=` is accepted in the configuration value. For a deeper understanding
1616
of how FQBN works, you should understand the [Arduino platform specification][0].
1717

0 commit comments

Comments
 (0)