8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516c287 commit 9719b83Copy full SHA for 9719b83
doc/api/n-api.md
@@ -3462,7 +3462,7 @@ invoking the callback. This should be a value previously obtained
3462
from [`napi_async_init`][].
3463
- `[out] result`: The newly created scope.
3464
3465
-There are cases(for example resolving promises) where it is
+There are cases (for example resolving promises) where it is
3466
necessary to have the equivalent of the scope associated with a callback
3467
in place when making certain N-API calls. If there is no other script on
3468
the stack the [`napi_open_callback_scope`][] and