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
3131methods that allow callers to obtain the underlying N-API handles so
3232direct calls to N-API and the use of the objects/methods provided by
3333node-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.
3535
3636APIs exposed by node-addon-api are generally used to create and
3737manipulate 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:
2626* Add any new contributors to the "contributors" section in
2727 the package.json
2828
29- * Do a clean checkout of node-add -api.
29+ * Do a clean checkout of node-addon -api.
3030
3131* Login and then run ` npm publish ` .
3232
You can’t perform that action at this time.
0 commit comments