From 5325cb5a9fac504f59c3d2241bae1a5ba23f60c3 Mon Sep 17 00:00:00 2001 From: Krzysztof Budzynski Date: Tue, 5 Sep 2023 17:26:52 +0800 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- docs/en/api-guides/partition-tables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-guides/partition-tables.rst b/docs/en/api-guides/partition-tables.rst index 2a775842d5..9b495f1a3e 100644 --- a/docs/en/api-guides/partition-tables.rst +++ b/docs/en/api-guides/partition-tables.rst @@ -117,7 +117,7 @@ See enum :cpp:type:`esp_partition_subtype_t` for the full list of subtypes defin .. only:: SOC_WIFI_SUPPORTED - - NVS is used to store WiFi data if the :doc:`esp_wifi_set_storage(WIFI_STORAGE_FLASH) <../api-reference/network/esp_wifi>` initialisation function is used. + - NVS is used to store Wi-Fi data if the :doc:`esp_wifi_set_storage(WIFI_STORAGE_FLASH) <../api-reference/network/esp_wifi>` initialization function is used. - The NVS API can also be used for other application data. - It is strongly recommended that you include an NVS partition of at least 0x3000 bytes in your project.