mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-03 11:54:26 +02:00
Correct spelling
This commit is contained in:
@@ -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
|
``platformio.ini`` has sections (each denoted by a ``[header]``) and
|
||||||
key / value pairs within the sections. A sign ``#`` at the beginning of the
|
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.
|
The sections and their allowable values are described below.
|
||||||
|
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
#
|
#
|
||||||
# Project Configuration File
|
# 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
|
# 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.
|
# Comment lines are ignored.
|
||||||
|
|
||||||
# Simple and base environment
|
# Simple and base environment
|
||||||
|
Reference in New Issue
Block a user