From 7f8acf8360312828ab1dc6a1fc6c8a6de1ff4a7c Mon Sep 17 00:00:00 2001 From: jknaack Date: Fri, 22 Sep 2023 07:36:14 -0500 Subject: [PATCH] fixed minor misspellings and a missing word (#320) --- platforms/espressif8266_extra.rst | 4 ++-- projectconf/sections/env/options/platform/platform.rst | 2 +- scripting/actions.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platforms/espressif8266_extra.rst b/platforms/espressif8266_extra.rst index 1f1b90b5c7..c11f1c6a89 100644 --- a/platforms/espressif8266_extra.rst +++ b/platforms/espressif8266_extra.rst @@ -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:: diff --git a/projectconf/sections/env/options/platform/platform.rst b/projectconf/sections/env/options/platform/platform.rst index 2f801b7547..a193bfdd7d 100644 --- a/projectconf/sections/env/options/platform/platform.rst +++ b/projectconf/sections/env/options/platform/platform.rst @@ -56,5 +56,5 @@ Example of using a `Espressif 32 development platform