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 2c671ab

Browse filesBrowse files
TrottMylesBorins
authored andcommitted
doc: fix typo in addons.md
"across version of Node.js" -> "across versions of Node.js" PR-URL: #21137 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 48aa4c3 commit 2c671ab
Copy full SHA for 2c671ab

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/addons.md‎

Copy file name to clipboardExpand all lines: doc/api/addons.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ illustration of how it can be used.
224224
N-API is an API for building native Addons. It is independent from
225225
the underlying JavaScript runtime (e.g. V8) and is maintained as part of
226226
Node.js itself. This API will be Application Binary Interface (ABI) stable
227-
across version of Node.js. It is intended to insulate Addons from
227+
across versions of Node.js. It is intended to insulate Addons from
228228
changes in the underlying JavaScript engine and allow modules
229229
compiled for one version to run on later versions of Node.js without
230230
recompilation. Addons are built/packaged with the same approach/tools

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.