8000 Minor documentation corrections in platformio.rst. (#1885) · erpebe/arduino-pico@81070a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 81070a0

Browse files
djpearmanDominic Pearman
and
Dominic Pearman
authored
Minor documentation corrections in platformio.rst. (earlephilhower#1885)
* Corrected minor typo. * Removed superfluous newline. --------- Co-authored-by: Dominic Pearman <dominic@phymorous.de>
1 parent d45a11f commit 81070a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/platformio.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Debug Level
191191
Done again by directly adding the needed `build
192192
flags <https://github.com/earlephilhower/arduino-pico/blob/05356da2c5552413a442f742e209c6fa92823666/boards.txt#L104-L114>`__.
193193
When wanting to define multiple build flags, they must be accumulated in
194-
either a sing line or a newline-separated expression.
194+
either a single line or a newline-separated expression.
195195

196196
.. code:: ini
197197
@@ -397,5 +397,4 @@ The task "Build Filesystem Image" will take all files in the data directory and
397397
The task "Upload Filesystem Image" will upload the filesystem image to the Pico via the specified ``upload_protocol``.
398398

399399
.. note::
400-
Set the space available for the filesystem in the ``platformio.ini`` using e.g., ``board_build.filesystem_size = 0.5m``, or filesystem
401-
creation will fail!
400+
Set the space available for the filesystem in the ``platformio.ini`` using e.g., ``board_build.filesystem_size = 0.5m``, or filesystem creation will fail!

0 commit comments

Comments
 (0)
0