diff --git a/docs/en/docs/ApplicationDev/using-make-for-compilation.md b/docs/en/docs/ApplicationDev/using-make-for-compilation.md index a00b04ec6df7879dbcd1c76bfb0f0e6948961060..cb1046e1f22c5783996fd103f2123d917938d8da 100644 --- a/docs/en/docs/ApplicationDev/using-make-for-compilation.md +++ b/docs/en/docs/ApplicationDev/using-make-for-compilation.md @@ -261,7 +261,7 @@ A makefile file consists of the following contents: The file indicator consists of three parts: - - Inclusion of other makefiles, for example, include xx.md + - Include of other makefiles, for example, include xx.md - Selective execution, for example, \#ifdef - Definition of multiple command lines, for example, define...endef. \(define ... endef\)