From: fabianpedd Date: Sun, 28 Oct 2018 11:23:50 +0000 (+0100) Subject: Fixed spelling in build-system.rst. Closes https://github.com/espressif/esp-idf/pull... X-Git-Tag: v3.2-beta1~8^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=618236d8ff78d6291b102b4b33be49ce84bc442d;p=esp-idf Fixed spelling in build-system.rst. Closes https://github.com/espressif/esp-idf/pull/2641 --- diff --git a/docs/en/api-guides/build-system.rst b/docs/en/api-guides/build-system.rst index 61680b4e1c..e1c0c045eb 100644 --- a/docs/en/api-guides/build-system.rst +++ b/docs/en/api-guides/build-system.rst @@ -76,7 +76,7 @@ An example project directory tree might look like this:: This example "myProject" contains the following elements: -- A top-level project Makefile. This Makefile set the ``PROJECT_NAME`` variable and (optionally) defines +- A top-level project Makefile. This Makefile sets the ``PROJECT_NAME`` variable and (optionally) defines other project-wide make variables. It includes the core ``$(IDF_PATH)/make/project.mk`` makefile which implements the rest of the ESP-IDF build system.