File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ release schedule is designed to minimize the frequency and impact of such
207207changes but there is little that Node.js can do currently to ensure stability
208208of the V8 APIs.
209209
210- The [ Native Abstrations for Node.js] [ ] (or ` nan ` ) provide a set of tools that
210+ The [ Native Abstractions for Node.js] [ ] (or ` nan ` ) provide a set of tools that
211211Addon developers are recommended to use to keep compatibility between past and
212212future releases of V8 and Node.js. See the ` nan ` [ examples] [ ] for an
213213illustration of how it can be used.
@@ -1085,7 +1085,7 @@ const addon = require('./build/Release/addon');
10851085[installation instructions]: https://github.com/nodejs/node-gyp#installation
10861086[libuv]: https://github.com/libuv/libuv
10871087[Linking to Node.js' own dependencies]: #linking-to-nodejs-own-dependencies
1088- [Native Abstrations for Node.js]: https:// github.com/nodejs/nan
1088+ [Native Abstractions for Node.js]: https:// github.com/nodejs/nan
10891089[node-gyp]: https:// github.com/nodejs/node-gyp
10901090[require]: globals.html#globals_require
10911091[v8-docs]: https:// v8docs.nodesource.com/
You can’t perform that action at this time.
0 commit comments