From 096c2f6165a3fa5932a18c32606722432f169341 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 20 Mar 2020 17:11:31 +0200 Subject: [PATCH] Typo fix in docs --- docs | 2 +- scripts/docspregen.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs b/docs index d97117eb..a6b9ca4d 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit d97117eb2e40380c309d1ef86ebf3501c673f270 +Subproject commit a6b9ca4d7caed38cd201498b4d0281421c7d6ee9 diff --git a/scripts/docspregen.py b/scripts/docspregen.py index 2ed1b2d5..eb075ae5 100644 --- a/scripts/docspregen.py +++ b/scripts/docspregen.py @@ -429,8 +429,8 @@ Boards .. note:: * You can list pre-configured boards by :ref:`cmd_boards` command or `PlatformIO Boards Explorer `_ - * 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 `_ - * 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))