diff --git a/README.md b/README.md index 79340c075..5bb5832cf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/creating_a_release.md b/doc/creating_a_release.md index 2e814981e..e6ab610c9 100644 --- a/doc/creating_a_release.md +++ b/doc/creating_a_release.md @@ -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`.