From 6ed5e98787d6acc5801d485496e245d5abf4d8eb Mon Sep 17 00:00:00 2001 From: Ethan Bowering <61316561+ethanbowering24@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:39:56 -0500 Subject: [PATCH] docs(kconfig): Correct typo "boolens" to "Booleans" --- docs/en/api-reference/kconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/kconfig.rst b/docs/en/api-reference/kconfig.rst index dc130408b0..a0835e6ac6 100644 --- a/docs/en/api-reference/kconfig.rst +++ b/docs/en/api-reference/kconfig.rst @@ -5,7 +5,7 @@ Project Configuration Introduction ============ -The esp-idf-kconfig_ package that ESP-IDF uses is based on kconfiglib_, which is a Python extension to the Kconfig_ system. Kconfig provides a compile-time project configuration mechanism and offers configuration options of several types (e.g., integers, strings, and boolens). Kconfig files specify dependencies between options, default values of options, the way options are grouped together, etc. +The esp-idf-kconfig_ package that ESP-IDF uses is based on kconfiglib_, which is a Python extension to the Kconfig_ system. Kconfig provides a compile-time project configuration mechanism and offers configuration options of several types (e.g., integers, strings, and Booleans). Kconfig files specify dependencies between options, default values of options, the way options are grouped together, etc. For the full list of available features, please see Kconfig_ and `kconfiglib extentions`_.