doc: fix typo in api/addons

PR-URL: https://github.com/nodejs/node/pull/5678
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Daijiro Wachi 2016-03-13 22:37:54 +01:00 committed by James M Snell
parent b98d53b28b
commit 23df9d99ac

View File

@ -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 changes but there is little that Node.js can do currently to ensure stability
of the V8 APIs. 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 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 future releases of V8 and Node.js. See the `nan` [examples][] for an
illustration of how it can be used. 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 [installation instructions]: https://github.com/nodejs/node-gyp#installation
[libuv]: https://github.com/libuv/libuv [libuv]: https://github.com/libuv/libuv
[Linking to Node.js' own dependencies]: #linking-to-nodejs-own-dependencies [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 [node-gyp]: https://github.com/nodejs/node-gyp
[require]: globals.html#globals_require [require]: globals.html#globals_require
[v8-docs]: https://v8docs.nodesource.com/ [v8-docs]: https://v8docs.nodesource.com/