Skip to content

Commit 1b0f0e0

Browse files
kYroL01mhdawson
authored andcommitted
Update node-gyp.md
Maybe a typo PR-URL: #226 Reviewed-By: Michael Dawson <[email protected]>
1 parent faf19c4 commit 1b0f0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/node-gyp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The main reason for this is that we need to link to the Node.js dependencies and
77
headers correcrtly, another reason is that we need a cross platform way to build
88
C++ soucre into binary for the target platform,
99

10-
Until now **node-gyp** is the **de-fafto** standard build tool for writing
10+
Until now **node-gyp** is the **de-facto** standard build tool for writing
1111
Node.js addons. It's based on Google's **gyp** build tool, which abstract away
1212
many of the tedious issues related to cross platform building.
1313

0 commit comments

Comments
 (0)