Skip to content

Commit

Permalink
Update node-gyp.md
Browse files Browse the repository at this point in the history
Maybe a typo

PR-URL: nodejs/node-addon-api#226
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
Marlyfleitas committed Mar 1, 2018
1 parent fa99181 commit 36723f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/node-gyp.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The main reason for this is that we need to link to the Node.js dependencies and
headers correcrtly, another reason is that we need a cross platform way to build
C++ soucre into binary for the target platform,

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
Node.js addons. It's based on Google's **gyp** build tool, which abstract away
many of the tedious issues related to cross platform building.

Expand Down

0 comments on commit 36723f7

Please sign in to comment.