Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
PR-URL: #385
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
nadongguri authored and mhdawson committed Nov 12, 2018
1 parent b6dc15b commit 29a0262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ wrappers for those new APIs. For this reason node-addon-api provides
methods that allow callers to obtain the underlying N-API handles so
direct calls to N-API and the use of the objects/methods provided by
node-addon-api can be used together. For example, in order to be able
to use an API for which the node-add-api does not yet provide a wrapper.
to use an API for which the node-addon-api does not yet provide a wrapper.

APIs exposed by node-addon-api are generally used to create and
manipulate JavaScript values. Concepts and operations generally map
Expand Down
2 changes: 1 addition & 1 deletion doc/creating_a_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the steps to follow to create a new release:
* Add any new contributors to the "contributors" section in
the package.json

* Do a clean checkout of node-add-api.
* Do a clean checkout of node-addon-api.

* Login and then run `npm publish`.

Expand Down

0 comments on commit 29a0262

Please sign in to comment.