Skip to content

Commit

Permalink
doc: fix typos in handle scope descriptions
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
tniessen authored and addaleax committed May 19, 2020
1 parent ee87567 commit 1786504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ NAPI_EXTERN napi_status napi_open_handle_scope(napi_env env,

Returns `napi_ok` if the API succeeded.

This API open a new scope.
This API opens a new scope.

#### napi_close_handle_scope
<!-- YAML
Expand Down Expand Up @@ -1278,7 +1278,7 @@ NAPI_EXTERN napi_status

Returns `napi_ok` if the API succeeded.

This API open a new scope from which one object can be promoted
This API opens a new scope from which one object can be promoted
to the outer scope.

#### napi_close_escapable_handle_scope
Expand Down

0 comments on commit 1786504

Please sign in to comment.