Skip to content

Commit 2d39369

Browse files
TrottMylesBorins
authored andcommitted
doc: remove personal pronoun usage in addons.md
Per our style guide, avoid personal pronouns (I, you, we, etc.) in reference documentation. PR-URL: #32142 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 188f1d2 commit 2d39369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/addons.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Addons are dynamically-linked shared objects written in C++. The
88
Addons provide an interface between JavaScript and C/C++ libraries.
99

1010
There are three options for implementing Addons: N-API, nan, or direct
11-
use of internal V8, libuv and Node.js libraries. Unless you need direct
12-
access to functionality which is not exposed by N-API, use N-API.
11+
use of internal V8, libuv and Node.js libraries. Unless there is a need for
12+
direct access to functionality which is not exposed by N-API, use N-API.
1313
Refer to [C/C++ Addons with N-API](n-api.html) for more information on N-API.
1414

1515
When not using N-API, implementing Addons is complicated,

0 commit comments

Comments
 (0)