Skip to content

Commit 23df9d9

Browse files
watildejasnell
authored andcommitted
doc: fix typo in api/addons
PR-URL: #5678 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b98d53b commit 23df9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/addons.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ release schedule is designed to minimize the frequency and impact of such
207207
changes but there is little that Node.js can do currently to ensure stability
208208
of 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
211211
Addon developers are recommended to use to keep compatibility between past and
212212
future releases of V8 and Node.js. See the `nan` [examples][] for an
213213
illustration 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/

0 commit comments

Comments
 (0)