mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Typo fix in docs
This commit is contained in:
2
docs
2
docs
Submodule docs updated: d97117eb2e...a6b9ca4d7c
@ -429,8 +429,8 @@ Boards
|
|||||||
.. note::
|
.. note::
|
||||||
* You can list pre-configured boards by :ref:`cmd_boards` command or
|
* You can list pre-configured boards by :ref:`cmd_boards` command or
|
||||||
`PlatformIO Boards Explorer <https://platformio.org/boards>`_
|
`PlatformIO Boards Explorer <https://platformio.org/boards>`_
|
||||||
* For more detailed ``board`` information please scroll tables below by
|
* For more detailed ``board`` information please scroll the tables below by
|
||||||
horizontal.
|
horizontally.
|
||||||
""")
|
""")
|
||||||
|
|
||||||
for vendor, boards in sorted(vendors.items()):
|
for vendor, boards in sorted(vendors.items()):
|
||||||
@ -533,7 +533,7 @@ Boards
|
|||||||
.. note::
|
.. note::
|
||||||
* You can list pre-configured boards by :ref:`cmd_boards` command or
|
* You can list pre-configured boards by :ref:`cmd_boards` command or
|
||||||
`PlatformIO Boards Explorer <https://platformio.org/boards>`_
|
`PlatformIO Boards Explorer <https://platformio.org/boards>`_
|
||||||
* For more detailed ``board`` information please scroll tables below by horizontal.
|
* For more detailed ``board`` information please scroll the tables below by horizontally.
|
||||||
""")
|
""")
|
||||||
for vendor, boards in sorted(vendors.items()):
|
for vendor, boards in sorted(vendors.items()):
|
||||||
lines.append(str(vendor))
|
lines.append(str(vendor))
|
||||||
|
Reference in New Issue
Block a user