From 4ff2251f8c0442da769330430ba1e7735ec3bc02 Mon Sep 17 00:00:00 2001 From: Michele Campus Date: Fri, 9 Feb 2018 23:08:24 +0100 Subject: [PATCH] Update node-gyp.md Maybe a typo --- 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 310069823..851b3179b 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.