Browse Source

Merge branch 'contrib/github_pr_11046' into 'master'

Fix typo in common components example docs (GitHub PR)

Closes IDFGH-9709

See merge request espressif/esp-idf!22909
Marius Vikhammer 2 years ago
parent
commit
abe9fe11d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/common_components/env_caps/README.md

+ 1 - 1
examples/common_components/env_caps/README.md

@@ -10,7 +10,7 @@ It may include but it is not limited to the following:
 
 ## How to use
 
-- Update the **Environmental Capabilities ``Kcofig``** with capabilities you consider could be shared among other example projects.
+- Update the **Environmental Capabilities ``Kconfig``** with capabilities you consider could be shared among other example projects.
 
 - Use ``orsource`` statement in **your example project ``Kconfig``** to include the Environmental Capabilities as shown below.