Skip to content

Commit e8d6ccb

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 e7aac29 commit e8d6ccb

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
@@ -1238,7 +1238,7 @@ NAPI_EXTERN napi_status napi_open_handle_scope(napi_env env,
12381238

12391239
Returns `napi_ok` if the API succeeded.
12401240

1241-
This API open a new scope.
1241+
This API opens a new scope.
12421242

12431243
#### napi_close_handle_scope
12441244
<!-- YAML
@@ -1278,7 +1278,7 @@ NAPI_EXTERN napi_status
12781278

12791279
Returns `napi_ok` if the API succeeded.
12801280

1281-
This API open a new scope from which one object can be promoted
1281+
This API opens a new scope from which one object can be promoted
12821282
to the outer scope.
12831283

12841284
#### napi_close_escapable_handle_scope

0 commit comments

Comments
 (0)