Skip to content

Commit eb32e38

Browse files
richardlauTrott
authored andcommitted
doc,n-api: fix typo in N-API introduction
PR-URL: nodejs#27833 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 58fc172 commit eb32e38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
N-API (pronounced N as in the letter, followed by API)
99
is an API for building native Addons. It is independent from
10-
the underlying JavaScript runtime (ex V8) and is maintained as part of
10+
the underlying JavaScript runtime (for example, V8) and is maintained as part of
1111
Node.js itself. This API will be Application Binary Interface (ABI) stable
1212
across versions of Node.js. It is intended to insulate Addons from
1313
changes in the underlying JavaScript engine and allow modules

0 commit comments

Comments
 (0)