From a1d2325bcfa69de3363f6f3e846eceba7d2cbf32 Mon Sep 17 00:00:00 2001 From: Roy Wright Date: Tue, 13 Nov 2018 05:48:32 +0900 Subject: [PATCH] doc: fix typo PR-URL: https://github.com/nodejs/node-addon-api/pull/385 Reviewed-By: Michael Dawson --- README.md | 2 +- doc/creating_a_release.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79340c0..5bb5832 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 2e81498..e6ab610 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`.