From 4048e57484c9a193217aa169d74b6df6a3246ca6 Mon Sep 17 00:00:00 2001 From: shripad621git <79364691+shripad621git@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:42:18 +0530 Subject: [PATCH] Update docs/guides/esp32/config_options.md Co-authored-by: Shubham Patil --- docs/guides/esp32/config_options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/esp32/config_options.md b/docs/guides/esp32/config_options.md index 43c96e6bb01048..646e725daa9d1e 100644 --- a/docs/guides/esp32/config_options.md +++ b/docs/guides/esp32/config_options.md @@ -5,7 +5,7 @@ specific scenarios. ### Building with IPV4 Disabled -Enable the options below through `idf.py menuconfig` and build the app. +Configure below options through `idf.py menuconfig` and build the app. ``` CONFIG_DISABLE_IPV4=y