Skip to content

Commit 7d8a226

Browse files
tniessencodebytere
authored andcommittedJun 9, 2020
doc: fix typos in handle scope descriptions
PR-URL: #33267 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Masashi Hirano <shisama07@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent fa4a37c commit 7d8a226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎doc/api/n-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ NAPI_EXTERN napi_status napi_open_handle_scope(napi_env env,
12331233

12341234
Returns `napi_ok` if the API succeeded.
12351235

1236-
This API open a new scope.
1236+
This API opens a new scope.
12371237

12381238
#### napi_close_handle_scope
12391239
<!-- YAML
@@ -1273,7 +1273,7 @@ NAPI_EXTERN napi_status
12731273

12741274
Returns `napi_ok` if the API succeeded.
12751275

1276-
This API open a new scope from which one object can be promoted
1276+
This API opens a new scope from which one object can be promoted
12771277
to the outer scope.
12781278

12791279
#### napi_close_escapable_handle_scope

0 commit comments

Comments
 (0)
Please sign in to comment.