summaryrefslogtreecommitdiff
path: root/doc/api/n-api.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-06 02:00:12 +0200
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-02-06 12:44:29 +0200
commit6101bd209e059a27356e95322e1317e49443f9b5 (patch)
tree347c9fdc35e931d3625aaf03335d4e17a0a932ac /doc/api/n-api.md
parent0548034272d2f91e00fc2f600e3dcbba868e28bc (diff)
downloadandroid-node-v8-6101bd209e059a27356e95322e1317e49443f9b5.tar.gz
android-node-v8-6101bd209e059a27356e95322e1317e49443f9b5.tar.bz2
android-node-v8-6101bd209e059a27356e95322e1317e49443f9b5.zip
doc: fix typo in n-api.md
PR-URL: https://github.com/nodejs/node/pull/18590 Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 44ee567166..38cf7a8842 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -3449,7 +3449,7 @@ invoking the callback. This should be a value previously obtained
from [`napi_async_init`][].
- `[out] result`: The newly created scope.
-There are cases(for example resolving promises) where it is
+There are cases (for example resolving promises) where it is
necessary to have the equivalent of the scope associated with a callback
in place when making certain N-API calls. If there is no other script on
the stack the [`napi_open_callback_scope`][] and