Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c579507

Browse filesBrowse files
watildervagg
authored andcommitted
doc: fix typo in api/addons
PR-URL: #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>
1 parent 8e45c9d commit c579507
Copy full SHA for c579507

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎doc/api/addons.markdown‎

Copy file name to clipboardExpand all lines: doc/api/addons.markdown
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.