File tree 1 file changed +2
-2
lines changed
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
207
207
changes but there is little that Node.js can do currently to ensure stability
208
208
of the V8 APIs.
209
209
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
211
211
Addon developers are recommended to use to keep compatibility between past and
212
212
future releases of V8 and Node.js. See the ` nan ` [ examples] [ ] for an
213
213
illustration of how it can be used.
@@ -1085,7 +1085,7 @@ const addon = require('./build/Release/addon');
1085
1085
[installation instructions]: https://github.com/nodejs/node-gyp#installation
1086
1086
[libuv]: https://github.com/libuv/libuv
1087
1087
[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
1089
1089
[node-gyp]: https:// github.com/nodejs/node-gyp
1090
1090
[require]: globals.html#globals_require
1091
1091
[v8-docs]: https:// v8docs.nodesource.com/
You can’t perform that action at this time.
0 commit comments