doc: fix typos in handle scope descriptions

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
Tobias Nießen
2020-05-06 16:26:07 +02:00
committed by Anna Henningsen
parent ee8756760c
commit 1786504afa

View File

@@ -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
@@ -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