mirror of
https://github.com/platformio/platformio-core.git
synced 2026-05-04 03:50:45 +02:00
Typo fix in docs
This commit is contained in:
+1
-1
Submodule docs updated: d97117eb2e...a6b9ca4d7c
@@ -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