浏览代码

Fixed spelling in build-system.rst. Closes https://github.com/espressif/esp-idf/pull/2641

fabianpedd 7 年之前
父节点
当前提交
618236d8ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/api-guides/build-system.rst

+ 1 - 1
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.