Skip to content

Commit

Permalink
fixed minor misspellings and a missing word (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
jknaack authored Sep 22, 2023
1 parent 325ff80 commit 7f8acf8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions platforms/espressif8266_extra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ Selecting appropriate Filesystem

There are two file systems for utilizing the on-board flash on the ESP8266: ``SPIFFS``
and ``LittleFS``. They provide a compatible API but have incompatible on-flash
implementations, so it is important to choose one or the per project as attempting to
mount a SPIFFS volume under LittleFS may result in a format operation and definitely
implementations, so it is important to choose one or the other per project as attempting
to mount a SPIFFS volume under LittleFS may result in a format operation and definitely
will not preserve any files, and vice-versa.

.. warning::
Expand Down
2 changes: 1 addition & 1 deletion projectconf/sections/env/options/platform/platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ Example of using a `Espressif 32 development platform <https://registry.platform
.. note::
We highly recommend pinning the platform to a verison.
We highly recommend pinning the platform to a version.
See :ref:`cmd_pkg_install_requirements` for details.
2 changes: 1 addition & 1 deletion scripting/actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ argument ``target`` can be the name of a target that is passed using the
to a file which PlatformIO processes (ELF, HEX, BIN, OBJ, etc.).

.. warning::
The actions can only be applied to the global construction environemnt
The actions can only be applied to the global construction environment
(see :ref:`scripting_envs`).

**Examples**
Expand Down

0 comments on commit 7f8acf8

Please sign in to comment.