From c5795070340830076701a847137254c91d994965 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Sun, 13 Mar 2016 22:37:54 +0100 Subject: [PATCH] doc: fix typo in api/addons PR-URL: https://github.com/nodejs/node/pull/5678 Reviewed-By: Evan Lucas Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- doc/api/addons.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/addons.markdown b/doc/api/addons.markdown index 7d9dfc9b9af48e..c330217beffa4d 100644 --- a/doc/api/addons.markdown +++ b/doc/api/addons.markdown @@ -207,7 +207,7 @@ release schedule is designed to minimize the frequency and impact of such changes but there is little that Node.js can do currently to ensure stability of the V8 APIs. -The [Native Abstrations for Node.js][] (or `nan`) provide a set of tools that +The [Native Abstractions for Node.js][] (or `nan`) provide a set of tools that Addon developers are recommended to use to keep compatibility between past and future releases of V8 and Node.js. See the `nan` [examples][] for an illustration of how it can be used. @@ -1085,7 +1085,7 @@ const addon = require('./build/Release/addon'); [installation instructions]: https://github.com/nodejs/node-gyp#installation [libuv]: https://github.com/libuv/libuv [Linking to Node.js' own dependencies]: #linking-to-nodejs-own-dependencies -[Native Abstrations for Node.js]: https://github.com/nodejs/nan +[Native Abstractions for Node.js]: https://github.com/nodejs/nan [node-gyp]: https://github.com/nodejs/node-gyp [require]: globals.html#globals_require [v8-docs]: https://v8docs.nodesource.com/