We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625999b commit 15dcb96Copy full SHA for 15dcb96
doc/api/n-api.md
@@ -293,7 +293,7 @@ must be called in order to determine if an exception is pending or not.
293
294
When an exception is pending one of two approaches can be employed.
295
296
-The first appoach is to do any appropriate cleanup and then return so that
+The first approach is to do any appropriate cleanup and then return so that
297
execution will return to JavaScript. As part of the transition back to
298
JavaScript the exception will be thrown at the point in the JavaScript
299
code where the native method was invoked. The behavior of most N-API calls
0 commit comments