Skip to content

Commit 15dcb96

Browse files
vipinmenonevanlucas
authored andcommitted
doc: fix a typo in n-api documentation
PR-URL: #16879 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 625999b commit 15dcb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/n-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ must be called in order to determine if an exception is pending or not.
293293

294294
When an exception is pending one of two approaches can be employed.
295295

296-
The first appoach is to do any appropriate cleanup and then return so that
296+
The first approach is to do any appropriate cleanup and then return so that
297297
execution will return to JavaScript. As part of the transition back to
298298
JavaScript the exception will be thrown at the point in the JavaScript
299299
code where the native method was invoked. The behavior of most N-API calls

0 commit comments

Comments
 (0)