Skip to content

Commit b197f7c

Browse files
iSkoremhdawson
authored andcommitted
doc: minor typos
Fix some small typos in the docs. PR-URL: #248 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 4b8918b commit b197f7c

26 files changed

+50
-50
lines changed

doc/array.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Array
22

3-
You are reading a draft of the next documentation and it's in continuos update so
3+
You are reading a draft of the next documentation and it's in continuous update so
44
if you don't find what you need please refer to:
5-
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
5+
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)

doc/array_buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Array buffer
22

3-
You are reading a draft of the next documentation and it's in continuos update so
3+
You are reading a draft of the next documentation and it's in continuous update so
44
if you don't find what you need please refer to:
55
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)

doc/async_operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Asynchronous operations
22

3-
You are reading a draft of the next documentation and it's in continuos update so
3+
You are reading a draft of the next documentation and it's in continuous update so
44
if you don't find what you need please refer to:
5-
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
5+
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)

doc/async_worker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Async worker
22

3-
You are reading a draft of the next documentation and it's in continuos update so
3+
You are reading a draft of the next documentation and it's in continuous update so
44
if you don't find what you need please refer to:
5-
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
5+
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)

doc/basic_types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Basic Types
22

3-
You are reading a draft of the next documentation and it's in continuos update so
3+
You are reading a draft of the next documentation and it's in continuous update so
44
if you don't find what you need please refer to:
5-
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
5+
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)

doc/buffer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Buffer
22

3-
You are reading a draft of the next documentation and it's in continuos update so
3+
You are reading a draft of the next documentation and it's in continuous update so
44
if you don't find what you need please refer to:
5-
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
5+
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)

doc/callbackinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Returns a `bool` indicating if the function that was invoked (and for which the
5252
size_t Length() const;
5353
```
5454

55-
Returns the number of arguments passed in the Callabckinfo object.
55+
Returns the number of arguments passed in the CallbackInfo object.
5656

5757
### operator []
5858

doc/class_property_descriptor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Class propertry and descriptior
22

3-
You are reading a draft of the next documentation and it's in continuos update so
3+
You are reading a draft of the next documentation and it's in continuous update so
44
if you don't find what you need please refer to:
5-
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
5+
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)

doc/creating_a_release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ These are the steps to follow to create a new release:
1616

1717
* Use https://ci.nodejs.org/view/x%20-%20Abi%20stable%20module%20API/job/node-test-node-addon-api/
1818
to validate tests pass for latest 9, 8, 6, 4 releases
19-
(note there are still some issues on smartos and
20-
windows in the testing).
19+
(note there are still some issues on SmartOS and
20+
Windows in the testing).
2121

2222
* Update the version in package.json appropriately.
2323

@@ -30,7 +30,7 @@ These are the steps to follow to create a new release:
3030

3131
* Login and then run `npm publish`.
3232

33-
* Create a release in github (look at existing releases for an example).
33+
* Create a release in Github (look at existing releases for an example).
3434

3535
* Validate that you can run `npm install node-addon-api` successfully
3636
and that the correct version is installed.

doc/error.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Error
22

3-
You are reading a draft of the next documentation and it's in continuos update so
3+
You are reading a draft of the next documentation and it's in continuous update so
44
if you don't find what you need please refer to:
5-
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
5+
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)

0 commit comments

Comments
 (0)