We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf19c4 commit 1b0f0e0Copy full SHA for 1b0f0e0
doc/node-gyp.md
@@ -7,7 +7,7 @@ The main reason for this is that we need to link to the Node.js dependencies and
7
headers correcrtly, another reason is that we need a cross platform way to build
8
C++ soucre into binary for the target platform,
9
10
-Until now **node-gyp** is the **de-fafto** standard build tool for writing
+Until now **node-gyp** is the **de-facto** standard build tool for writing
11
Node.js addons. It's based on Google's **gyp** build tool, which abstract away
12
many of the tedious issues related to cross platform building.
13
0 commit comments