summaryrefslogtreecommitdiff
path: root/doc/guides/maintaining-the-build-files.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guides/maintaining-the-build-files.md')
-rw-r--r--doc/guides/maintaining-the-build-files.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/maintaining-the-build-files.md b/doc/guides/maintaining-the-build-files.md
index f3f7bbf5e2..2f89362b8f 100644
--- a/doc/guides/maintaining-the-build-files.md
+++ b/doc/guides/maintaining-the-build-files.md
@@ -11,7 +11,7 @@ There are three main build files that may be directly run when building Node.js:
- `configure`: A Python 2 script that detects system capabilities and runs
[GYP][]. It generates `config.gypi` which includes parameters used by GYP to
create platform-dependent build files. Its output is usually in one of these
- formats: Makefile, MSbuild, ninja, or XCode project files. (Note: the main
+ formats: Makefile, MSbuild, ninja, or XCode project files (the main
Makefile mentioned below is maintained separately by humans). For a detailed
guide on this script, see [configure](#configure).
- `vcbuild.bat`: A Windows Batch Script that locates build tools, provides a