mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Typo fix in docs
This commit is contained in:
@ -429,8 +429,8 @@ Boards
|
||||
.. note::
|
||||
* You can list pre-configured boards by :ref:`cmd_boards` command or
|
||||
`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()):
|
||||
@ -533,7 +533,7 @@ Boards
|
||||
.. note::
|
||||
* You can list pre-configured boards by :ref:`cmd_boards` command or
|
||||
`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()):
|
||||
lines.append(str(vendor))
|
||||
|
Reference in New Issue
Block a user