From 9a890137c104d202e6d8f0546fa1b5fc40b252c4 Mon Sep 17 00:00:00 2001 From: Hsuan-Ting Lu Date: Thu, 23 Mar 2023 19:56:58 -0400 Subject: [PATCH] Fix typo in common components example docs --- examples/common_components/env_caps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/common_components/env_caps/README.md b/examples/common_components/env_caps/README.md index 43f64174b89..ef3d0c8811b 100644 --- a/examples/common_components/env_caps/README.md +++ b/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.