Skip to content

Commit 7d8a226

Browse files
tniessencodebytere
authored andcommitted
doc: fix typos in handle scope descriptions
PR-URL: #33267 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Masashi Hirano <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
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

Lines changed: 2 additions & 2 deletions
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)