Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix typos in handle scope descriptions #33267

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/n-api.md
Expand Up @@ -1232,7 +1232,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 @@ -1272,7 +1272,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