| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8e45c9d commit c579507
1 file 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/ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments