From 36723f7b1672161abe000a8f0ed4e6c2fb6bff18 Mon Sep 17 00:00:00 2001 From: Marly Fleitas Date: Fri, 9 Feb 2018 23:08:24 +0100 Subject: [PATCH] Update node-gyp.md Maybe a typo PR-URL: https://github.com/nodejs/node-addon-api/pull/226 Reviewed-By: Michael Dawson --- doc/node-gyp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/node-gyp.md b/doc/node-gyp.md index 3100698..851b317 100644 --- a/doc/node-gyp.md +++ b/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 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.