Typo fix in docs

This commit is contained in:
Ivan Kravets
2020-03-20 17:11:31 +02:00
parent 91ae8b4cc7
commit 096c2f6165
2 changed files with 4 additions and 4 deletions

2
docs

Submodule docs updated: d97117eb2e...a6b9ca4d7c

View File

@ -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))