From e8628443f0f107395532281aa9eca9d0728e31e7 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 29 Dec 2014 20:27:11 +0200 Subject: [PATCH] Correct spelling --- docs/projectconf.rst | 2 +- platformio/projectconftpl.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/projectconf.rst b/docs/projectconf.rst index eb6ab93c..999ec4c0 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -8,7 +8,7 @@ The Project configuration file is named ``platformio.ini``. This is a ``platformio.ini`` has sections (each denoted by a ``[header]``) and key / value pairs within the sections. A sign ``#`` at the beginning of the -line indicate a comment. Comment lines are ignored. +line indicates a comment. Comment lines are ignored. The sections and their allowable values are described below. diff --git a/platformio/projectconftpl.ini b/platformio/projectconftpl.ini index ce94d9de..2194934a 100644 --- a/platformio/projectconftpl.ini +++ b/platformio/projectconftpl.ini @@ -1,11 +1,11 @@ # # Project Configuration File # -# A detailed documentation with EXAMPLES is located here: +# A detailed documentation with the EXAMPLES is located here: # http://docs.platformio.ikravets.com/en/latest/projectconf.html # -# A sign `#` at the beginning of the line indicate a comment +# A sign `#` at the beginning of the line indicates a comment # Comment lines are ignored. # Simple and base environment