Skip to content

Commit 29a0262

Browse files
nadonggurimhdawson
authored andcommitted
doc: fix typo
PR-URL: nodejs#385 Reviewed-By: Michael Dawson <[email protected]>
1 parent b6dc15b commit 29a0262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ wrappers for those new APIs. For this reason node-addon-api provides
3131
methods that allow callers to obtain the underlying N-API handles so
3232
direct calls to N-API and the use of the objects/methods provided by
3333
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.
3535

3636
APIs exposed by node-addon-api are generally used to create and
3737
manipulate JavaScript values. Concepts and operations generally map

doc/creating_a_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)