Merge branch 'bugfix/fix_typo_get-started' into 'master'

docs: fix typo in get-started chapter

See merge request espressif/esp-idf!19762
This commit is contained in:
Omar Chebib 2022-08-29 22:04:44 +08:00
commit 239ca6a02c

View File

@ -83,7 +83,7 @@ For boards with an installed USB-to-UART bridge, the connection between the pers
shape = line; shape = line;
style = dotted; style = dotted;
color = "#FF0000"; color = "#FF0000";
label = "Developmment Board\n\n\n"; label = "Development Board\n\n\n";
BRIDGE; CHIP; BRIDGE; CHIP;
} }
} }
@ -121,7 +121,7 @@ Sometimes the USB-to-UART bridge is external. This is often used in small develo
shape = line; shape = line;
style = dotted; style = dotted;
color = "#FF0000"; color = "#FF0000";
label = "Programmmer Board\n\n\n"; label = "Programmer Board\n\n\n";
BRIDGE BRIDGE
} }
group { group {