Skip to content

Commit

Permalink
doc: minor typos
Browse files Browse the repository at this point in the history
Fix some small typos in the docs.

PR-URL: #248
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
iSkore authored and mhdawson committed May 30, 2018
1 parent 4b8918b commit b197f7c
Show file tree
Hide file tree
Showing 26 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions doc/array.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Array

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
2 changes: 1 addition & 1 deletion doc/array_buffer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Array buffer

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/async_operations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Asynchronous operations

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/async_worker.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Async worker

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/basic_types.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Basic Types

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/buffer.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Buffer

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
2 changes: 1 addition & 1 deletion doc/callbackinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Returns a `bool` indicating if the function that was invoked (and for which the
size_t Length() const;
```

Returns the number of arguments passed in the Callabckinfo object.
Returns the number of arguments passed in the CallbackInfo object.

### operator []

Expand Down
4 changes: 2 additions & 2 deletions doc/class_property_descriptor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Class propertry and descriptior

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
6 changes: 3 additions & 3 deletions doc/creating_a_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ These are the steps to follow to create a new release:

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

* Update the version in package.json appropriately.

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

* Login and then run `npm publish`.

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

* Validate that you can run `npm install node-addon-api` successfully
and that the correct version is installed.
Expand Down
4 changes: 2 additions & 2 deletions doc/error.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Error

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/error_handling.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Error handling

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/function.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Function

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/function_reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Function reference

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/name.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Name

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/node-gyp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ C++ code needs to be compiled into executable form whether it be as an object
file to linked with others, a shared library, or a standalone executable.

The main reason for this is that we need to link to the Node.js dependencies and
headers correcrtly, another reason is that we need a cross platform way to build
C++ soucre into binary for the target platform,
headers correctly, another reason is that we need a cross platform way to build
C++ source into binary for the target platform.

Until now **node-gyp** is the **de-facto** standard build tool for writing
Node.js addons. It's based on Google's **gyp** build tool, which abstract away
Expand Down
4 changes: 2 additions & 2 deletions doc/object.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Object

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/object_reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Object reference

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/object_wrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Classes extending ```ObjectWrap``` can be instantiated from JavaScript using the
The **wrap** word refers to a way to group methods and state of your class because it
will be your responsibility write custom code to bridge each of your C++ class methods.

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/promises.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Promise

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/property_descriptor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# property descriptor

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Reference

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/symbol.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Symbol

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/typed_array.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Typed array

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
4 changes: 2 additions & 2 deletions doc/typed_array_of.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Typed array of

You are reading a draft of the next documentation and it's in continuos update so
You are reading a draft of the next documentation and it's in continuous update so
if you don't find what you need please refer to:
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
[C++ wrapper classes for the ABI-stable C APIs for Node.js](https://nodejs.github.io/node-addon-api/)
2 changes: 1 addition & 1 deletion doc/value.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Value is the C++ manifestation of a JavaScript value.

Value is a the base class upon which other JavaScipt values such as Number, Boolean, String, and Object are based.
Value is a the base class upon which other JavaScript values such as Number, Boolean, String, and Object are based.

The following classes inherit, either directly or indirectly, from Value:

Expand Down
4 changes: 2 additions & 2 deletions doc/working_with_javascript_values.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Working with JavaScript Values

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

0 comments on commit b197f7c

Please sign in to comment.