File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ wrappers for those new APIs. For this reason node-addon-api provides
31
31
methods that allow callers to obtain the underlying N-API handles so
32
32
direct calls to N-API and the use of the objects/methods provided by
33
33
node-addon-api can be used together. For example, in order to be able
34
- to use an API for which the node-add -api does not yet provide a wrapper.
34
+ to use an API for which the node-addon -api does not yet provide a wrapper.
35
35
36
36
APIs exposed by node-addon-api are generally used to create and
37
37
manipulate JavaScript values. Concepts and operations generally map
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ These are the steps to follow to create a new release:
26
26
* Add any new contributors to the "contributors" section in
27
27
the package.json
28
28
29
- * Do a clean checkout of node-add -api.
29
+ * Do a clean checkout of node-addon -api.
30
30
31
31
* Login and then run ` npm publish ` .
32
32
You can’t perform that action at this time.
0 commit comments