diff --git a/README.md b/README.md
index 7ff1ece1fc..d7822d9134 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ By the way, you rock! Thanks for helping us improve the documentation!
Are you new to Git or contributing on GitHub?
-We have [written a few Git tutorials](http://wiki.apache.org/cordova/ContributerWorkflow)
+We have [written a few Git tutorials](http://wiki.apache.org/cordova/ContributorWorkflow)
to help you get started with contributing to the documentation.
### Sending Pull Requests
diff --git a/docs/en/0.9.2/phonegap/camera/camera.getPicture.md b/docs/en/0.9.2/phonegap/camera/camera.getPicture.md
index 898f40ba6d..a7582b580e 100644
--- a/docs/en/0.9.2/phonegap/camera/camera.getPicture.md
+++ b/docs/en/0.9.2/phonegap/camera/camera.getPicture.md
@@ -175,7 +175,7 @@ Full Example
// Called if something bad happens.
//
- function onFail(mesage) {
+ function onFail(message) {
alert('Failed because: ' + message);
}
diff --git a/docs/en/0.9.2/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/0.9.2/phonegap/geolocation/geolocation.getCurrentPosition.md
index fb8c322280..2684815a90 100644
--- a/docs/en/0.9.2/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/0.9.2/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/0.9.2/phonegap/network/parameters/reachableCallback.md b/docs/en/0.9.2/phonegap/network/parameters/reachableCallback.md
index c9aa88fdb9..0c8618fe46 100644
--- a/docs/en/0.9.2/phonegap/network/parameters/reachableCallback.md
+++ b/docs/en/0.9.2/phonegap/network/parameters/reachableCallback.md
@@ -55,7 +55,7 @@ Example
BlackBerry Quirks
-----------------
-Provides the network status as the value of `reachablity`
+Provides the network status as the value of `reachability`
function reachableCallback(reachability) {
var hasConnection = (reachability !== NetworkStatus.NOT_REACHABLE);
diff --git a/docs/en/0.9.3/phonegap/camera/camera.getPicture.md b/docs/en/0.9.3/phonegap/camera/camera.getPicture.md
index e4a0a85e62..34ce188dd7 100644
--- a/docs/en/0.9.3/phonegap/camera/camera.getPicture.md
+++ b/docs/en/0.9.3/phonegap/camera/camera.getPicture.md
@@ -175,7 +175,7 @@ Full Example
// Called if something bad happens.
//
- function onFail(mesage) {
+ function onFail(message) {
alert('Failed because: ' + message);
}
diff --git a/docs/en/0.9.3/phonegap/file/filereader/filereader.md b/docs/en/0.9.3/phonegap/file/filereader/filereader.md
index dd1b1cb760..5b75ea3397 100644
--- a/docs/en/0.9.3/phonegap/file/filereader/filereader.md
+++ b/docs/en/0.9.3/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.3/phonegap/file/filewriter/filewriter.md b/docs/en/0.9.3/phonegap/file/filewriter/filewriter.md
index ae5e3b0872..09995fc0d9 100644
--- a/docs/en/0.9.3/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/0.9.3/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_
- __onload:__ Called when the write has successfully completed. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/0.9.3/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/0.9.3/phonegap/geolocation/geolocation.getCurrentPosition.md
index 339ea1450f..a874112a28 100644
--- a/docs/en/0.9.3/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/0.9.3/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/0.9.3/phonegap/network/parameters/reachableCallback.md b/docs/en/0.9.3/phonegap/network/parameters/reachableCallback.md
index c9aa88fdb9..0c8618fe46 100644
--- a/docs/en/0.9.3/phonegap/network/parameters/reachableCallback.md
+++ b/docs/en/0.9.3/phonegap/network/parameters/reachableCallback.md
@@ -55,7 +55,7 @@ Example
BlackBerry Quirks
-----------------
-Provides the network status as the value of `reachablity`
+Provides the network status as the value of `reachability`
function reachableCallback(reachability) {
var hasConnection = (reachability !== NetworkStatus.NOT_REACHABLE);
diff --git a/docs/en/0.9.3/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/0.9.3/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 3ea3182daa..a55cb99a76 100644
--- a/docs/en/0.9.3/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/0.9.3/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.4/phonegap/camera/camera.getPicture.md b/docs/en/0.9.4/phonegap/camera/camera.getPicture.md
index 9b4283ab1b..428c6f2c82 100644
--- a/docs/en/0.9.4/phonegap/camera/camera.getPicture.md
+++ b/docs/en/0.9.4/phonegap/camera/camera.getPicture.md
@@ -175,7 +175,7 @@ Full Example
// Called if something bad happens.
//
- function onFail(mesage) {
+ function onFail(message) {
alert('Failed because: ' + message);
}
diff --git a/docs/en/0.9.4/phonegap/contacts/Contact/contact.md b/docs/en/0.9.4/phonegap/contacts/Contact/contact.md
index 962cc6a6cd..8c9a830258 100644
--- a/docs/en/0.9.4/phonegap/contacts/Contact/contact.md
+++ b/docs/en/0.9.4/phonegap/contacts/Contact/contact.md
@@ -41,7 +41,7 @@ Properties
- __photos:__ An array of the contact's photos. _(ContactField[])_
- __categories:__ An array of all the contacts user defined categories. _(ContactField[])_
- __urls:__ An array of web pages associated to the contact. _(ContactField[])_
-- __timezone:__ The timezone of the conact. _(DOMString)_
+- __timezone:__ The timezone of the contact. _(DOMString)_
Methods
-------
@@ -229,7 +229,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __revision:__ This property is output only and can not be modified. It is returned as a JavaScript Date object.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __gender:__ This property is not supported by iOS devices, and will always be returned as `null`.
diff --git a/docs/en/0.9.4/phonegap/file/filereader/filereader.md b/docs/en/0.9.4/phonegap/file/filereader/filereader.md
index 403423d541..1bf6e45a86 100644
--- a/docs/en/0.9.4/phonegap/file/filereader/filereader.md
+++ b/docs/en/0.9.4/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.4/phonegap/file/filewriter/filewriter.md b/docs/en/0.9.4/phonegap/file/filewriter/filewriter.md
index f765c6653e..719e454371 100644
--- a/docs/en/0.9.4/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/0.9.4/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
- __onwriteend:__ Called when the request has completed (either in success or failure). _(Function)_
diff --git a/docs/en/0.9.4/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/0.9.4/phonegap/geolocation/geolocation.getCurrentPosition.md
index 79597dcef4..b0d62ef90f 100644
--- a/docs/en/0.9.4/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/0.9.4/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/0.9.4/phonegap/media/media.release.md b/docs/en/0.9.4/phonegap/media/media.release.md
index 9952292628..c3c30184cb 100644
--- a/docs/en/0.9.4/phonegap/media/media.release.md
+++ b/docs/en/0.9.4/phonegap/media/media.release.md
@@ -28,7 +28,7 @@ Releases the underlying operating systems audio resources.
Description
-----------
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularily important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.4/phonegap/network/parameters/reachableCallback.md b/docs/en/0.9.4/phonegap/network/parameters/reachableCallback.md
index c9aa88fdb9..0c8618fe46 100644
--- a/docs/en/0.9.4/phonegap/network/parameters/reachableCallback.md
+++ b/docs/en/0.9.4/phonegap/network/parameters/reachableCallback.md
@@ -55,7 +55,7 @@ Example
BlackBerry Quirks
-----------------
-Provides the network status as the value of `reachablity`
+Provides the network status as the value of `reachability`
function reachableCallback(reachability) {
var hasConnection = (reachability !== NetworkStatus.NOT_REACHABLE);
diff --git a/docs/en/0.9.4/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/0.9.4/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 1d5c381beb..04d12bb790 100644
--- a/docs/en/0.9.4/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/0.9.4/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.5.1/phonegap/camera/camera.getPicture.md b/docs/en/0.9.5.1/phonegap/camera/camera.getPicture.md
index 33762d23d9..bb1c8360e8 100644
--- a/docs/en/0.9.5.1/phonegap/camera/camera.getPicture.md
+++ b/docs/en/0.9.5.1/phonegap/camera/camera.getPicture.md
@@ -175,7 +175,7 @@ Full Example
// Called if something bad happens.
//
- function onFail(mesage) {
+ function onFail(message) {
alert('Failed because: ' + message);
}
diff --git a/docs/en/0.9.5.1/phonegap/contacts/Contact/contact.md b/docs/en/0.9.5.1/phonegap/contacts/Contact/contact.md
index 7190ea9473..db38258676 100644
--- a/docs/en/0.9.5.1/phonegap/contacts/Contact/contact.md
+++ b/docs/en/0.9.5.1/phonegap/contacts/Contact/contact.md
@@ -41,7 +41,7 @@ Properties
- __photos:__ An array of the contact's photos. _(ContactField[])_
- __categories:__ An array of all the contacts user defined categories. _(ContactField[])_
- __urls:__ An array of web pages associated to the contact. _(ContactField[])_
-- __timezone:__ The timezone of the conact. _(DOMString)_
+- __timezone:__ The timezone of the contact. _(DOMString)_
Methods
-------
@@ -229,7 +229,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __revision:__ This property is output only and can not be modified. It is returned as a JavaScript Date object.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __gender:__ This property is not supported by iOS devices, and will always be returned as `null`.
diff --git a/docs/en/0.9.5.1/phonegap/events/events.backbutton.md b/docs/en/0.9.5.1/phonegap/events/events.backbutton.md
index 30b08e19d1..20a2d693db 100644
--- a/docs/en/0.9.5.1/phonegap/events/events.backbutton.md
+++ b/docs/en/0.9.5.1/phonegap/events/events.backbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the back button on Android.
Details
-------
-If you need to over ride the default back button behaviour on Android you can register and event listenter for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
+If you need to over ride the default back button behaviour on Android you can register and event listener for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("backbutton", onBackKeyDown, false);
function onBackKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/0.9.5.1/phonegap/file/filereader/filereader.md b/docs/en/0.9.5.1/phonegap/file/filereader/filereader.md
index 3b841a14ab..823dd70d81 100644
--- a/docs/en/0.9.5.1/phonegap/file/filereader/filereader.md
+++ b/docs/en/0.9.5.1/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.5.1/phonegap/file/filewriter/filewriter.md b/docs/en/0.9.5.1/phonegap/file/filewriter/filewriter.md
index 97b2a75b25..ca691936f4 100644
--- a/docs/en/0.9.5.1/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/0.9.5.1/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/0.9.5.1/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/0.9.5.1/phonegap/geolocation/geolocation.getCurrentPosition.md
index 48256dd7db..5073f62557 100644
--- a/docs/en/0.9.5.1/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/0.9.5.1/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/0.9.5.1/phonegap/media/media.release.md b/docs/en/0.9.5.1/phonegap/media/media.release.md
index 896b47ee9e..adb7256648 100644
--- a/docs/en/0.9.5.1/phonegap/media/media.release.md
+++ b/docs/en/0.9.5.1/phonegap/media/media.release.md
@@ -28,7 +28,7 @@ Releases the underlying operating systems audio resources.
Description
-----------
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularily important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.5.1/phonegap/network/parameters/reachableCallback.md b/docs/en/0.9.5.1/phonegap/network/parameters/reachableCallback.md
index de022df035..aeecfef67b 100644
--- a/docs/en/0.9.5.1/phonegap/network/parameters/reachableCallback.md
+++ b/docs/en/0.9.5.1/phonegap/network/parameters/reachableCallback.md
@@ -55,7 +55,7 @@ Example
BlackBerry Quirks
-----------------
-Provides the network status as the value of `reachablity`
+Provides the network status as the value of `reachability`
function reachableCallback(reachability) {
var hasConnection = (reachability !== NetworkStatus.NOT_REACHABLE);
diff --git a/docs/en/0.9.5.1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/0.9.5.1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index c19a7bb73f..04fb39999a 100644
--- a/docs/en/0.9.5.1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/0.9.5.1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.5/phonegap/camera/camera.getPicture.md b/docs/en/0.9.5/phonegap/camera/camera.getPicture.md
index 884e367d46..4367e23029 100644
--- a/docs/en/0.9.5/phonegap/camera/camera.getPicture.md
+++ b/docs/en/0.9.5/phonegap/camera/camera.getPicture.md
@@ -175,7 +175,7 @@ Full Example
// Called if something bad happens.
//
- function onFail(mesage) {
+ function onFail(message) {
alert('Failed because: ' + message);
}
diff --git a/docs/en/0.9.5/phonegap/contacts/Contact/contact.md b/docs/en/0.9.5/phonegap/contacts/Contact/contact.md
index f92a209144..495514c682 100644
--- a/docs/en/0.9.5/phonegap/contacts/Contact/contact.md
+++ b/docs/en/0.9.5/phonegap/contacts/Contact/contact.md
@@ -41,7 +41,7 @@ Properties
- __photos:__ An array of the contact's photos. _(ContactField[])_
- __categories:__ An array of all the contacts user defined categories. _(ContactField[])_
- __urls:__ An array of web pages associated to the contact. _(ContactField[])_
-- __timezone:__ The timezone of the conact. _(DOMString)_
+- __timezone:__ The timezone of the contact. _(DOMString)_
Methods
-------
@@ -229,7 +229,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __revision:__ This property is output only and can not be modified. It is returned as a JavaScript Date object.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __gender:__ This property is not supported by iOS devices, and will always be returned as `null`.
diff --git a/docs/en/0.9.5/phonegap/file/filereader/filereader.md b/docs/en/0.9.5/phonegap/file/filereader/filereader.md
index e6afd974a5..3ef07bca9d 100644
--- a/docs/en/0.9.5/phonegap/file/filereader/filereader.md
+++ b/docs/en/0.9.5/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.5/phonegap/file/filewriter/filewriter.md b/docs/en/0.9.5/phonegap/file/filewriter/filewriter.md
index 20af6ac44f..dfdc341247 100644
--- a/docs/en/0.9.5/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/0.9.5/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/0.9.5/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/0.9.5/phonegap/geolocation/geolocation.getCurrentPosition.md
index 66e29833a6..b357c88877 100644
--- a/docs/en/0.9.5/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/0.9.5/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/0.9.5/phonegap/media/media.release.md b/docs/en/0.9.5/phonegap/media/media.release.md
index efe77d8854..8dd84dd9cf 100644
--- a/docs/en/0.9.5/phonegap/media/media.release.md
+++ b/docs/en/0.9.5/phonegap/media/media.release.md
@@ -28,7 +28,7 @@ Releases the underlying operating systems audio resources.
Description
-----------
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularily important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.5/phonegap/network/parameters/reachableCallback.md b/docs/en/0.9.5/phonegap/network/parameters/reachableCallback.md
index c9aa88fdb9..0c8618fe46 100644
--- a/docs/en/0.9.5/phonegap/network/parameters/reachableCallback.md
+++ b/docs/en/0.9.5/phonegap/network/parameters/reachableCallback.md
@@ -55,7 +55,7 @@ Example
BlackBerry Quirks
-----------------
-Provides the network status as the value of `reachablity`
+Provides the network status as the value of `reachability`
function reachableCallback(reachability) {
var hasConnection = (reachability !== NetworkStatus.NOT_REACHABLE);
diff --git a/docs/en/0.9.5/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/0.9.5/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 23815f25e5..f801e6b184 100644
--- a/docs/en/0.9.5/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/0.9.5/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.6/phonegap/contacts/Contact/contact.md b/docs/en/0.9.6/phonegap/contacts/Contact/contact.md
index 94f498cbd8..7f56d6e356 100644
--- a/docs/en/0.9.6/phonegap/contacts/Contact/contact.md
+++ b/docs/en/0.9.6/phonegap/contacts/Contact/contact.md
@@ -41,7 +41,7 @@ Properties
- __photos:__ An array of the contact's photos. _(ContactField[])_
- __categories:__ An array of all the contacts user defined categories. _(ContactField[])_
- __urls:__ An array of web pages associated to the contact. _(ContactField[])_
-- __timezone:__ The timezone of the conact. _(DOMString)_
+- __timezone:__ The timezone of the contact. _(DOMString)_
Methods
-------
@@ -226,7 +226,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __revision:__ This property is output only and can not be modified. It is returned as a JavaScript Date object.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __gender:__ This property is not supported by iOS devices, and will always be returned as `null`.
diff --git a/docs/en/0.9.6/phonegap/events/events.backbutton.md b/docs/en/0.9.6/phonegap/events/events.backbutton.md
index 2c5b2ff7a3..53f0b9a4c8 100644
--- a/docs/en/0.9.6/phonegap/events/events.backbutton.md
+++ b/docs/en/0.9.6/phonegap/events/events.backbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the back button on Android.
Details
-------
-If you need to over ride the default back button behaviour on Android you can register and event listenter for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
+If you need to over ride the default back button behaviour on Android you can register and event listener for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("backbutton", onBackKeyDown, false);
function onBackKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/0.9.6/phonegap/events/events.menubutton.md b/docs/en/0.9.6/phonegap/events/events.menubutton.md
index a3d18df25d..0152420ba6 100644
--- a/docs/en/0.9.6/phonegap/events/events.menubutton.md
+++ b/docs/en/0.9.6/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button on Android.
Details
-------
-If you need to over ride the default menu button behaviour on Android you can register and event listenter for the 'menubutton' event.
+If you need to over ride the default menu button behaviour on Android you can register and event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("menubutton", onMenuKeyDown, false);
function onMenuKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/0.9.6/phonegap/events/events.searchbutton.md b/docs/en/0.9.6/phonegap/events/events.searchbutton.md
index 7e52662f80..531f0dc017 100644
--- a/docs/en/0.9.6/phonegap/events/events.searchbutton.md
+++ b/docs/en/0.9.6/phonegap/events/events.searchbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the search button on Android.
Details
-------
-If you need to over ride the default search button behaviour on Android you can register and event listenter for the 'searchbutton' event.
+If you need to over ride the default search button behaviour on Android you can register and event listener for the 'searchbutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("searchbutton", onSearchKeyDown, false);
function onSearchKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/0.9.6/phonegap/file/filereader/filereader.md b/docs/en/0.9.6/phonegap/file/filereader/filereader.md
index b4b4692b98..b16889cadd 100644
--- a/docs/en/0.9.6/phonegap/file/filereader/filereader.md
+++ b/docs/en/0.9.6/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.6/phonegap/file/filewriter/filewriter.md b/docs/en/0.9.6/phonegap/file/filewriter/filewriter.md
index a551f3a1fd..149f75c4c6 100644
--- a/docs/en/0.9.6/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/0.9.6/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/0.9.6/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/0.9.6/phonegap/geolocation/geolocation.getCurrentPosition.md
index 296295c27a..2218a7b31b 100644
--- a/docs/en/0.9.6/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/0.9.6/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/0.9.6/phonegap/media/media.release.md b/docs/en/0.9.6/phonegap/media/media.release.md
index 3dc5f05130..35d6ae3622 100644
--- a/docs/en/0.9.6/phonegap/media/media.release.md
+++ b/docs/en/0.9.6/phonegap/media/media.release.md
@@ -28,7 +28,7 @@ Releases the underlying operating systems audio resources.
Description
-----------
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularily important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
Supported Platforms
-------------------
diff --git a/docs/en/0.9.6/phonegap/network/parameters/reachableCallback.md b/docs/en/0.9.6/phonegap/network/parameters/reachableCallback.md
index de022df035..aeecfef67b 100644
--- a/docs/en/0.9.6/phonegap/network/parameters/reachableCallback.md
+++ b/docs/en/0.9.6/phonegap/network/parameters/reachableCallback.md
@@ -55,7 +55,7 @@ Example
BlackBerry Quirks
-----------------
-Provides the network status as the value of `reachablity`
+Provides the network status as the value of `reachability`
function reachableCallback(reachability) {
var hasConnection = (reachability !== NetworkStatus.NOT_REACHABLE);
diff --git a/docs/en/0.9.6/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/0.9.6/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 39902fba56..8a9648ae0f 100644
--- a/docs/en/0.9.6/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/0.9.6/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0/phonegap/contacts/Contact/contact.md b/docs/en/1.0.0/phonegap/contacts/Contact/contact.md
index 6291426216..83602d3bfb 100644
--- a/docs/en/1.0.0/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.0.0/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.0.0/phonegap/events/events.backbutton.md b/docs/en/1.0.0/phonegap/events/events.backbutton.md
index da4ce3424c..fae028f368 100644
--- a/docs/en/1.0.0/phonegap/events/events.backbutton.md
+++ b/docs/en/1.0.0/phonegap/events/events.backbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the back button on Android.
Details
-------
-If you need to over ride the default back button behaviour on Android you can register and event listenter for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
+If you need to over ride the default back button behaviour on Android you can register and event listener for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("backbutton", onBackKeyDown, false);
function onBackKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0/phonegap/events/events.menubutton.md b/docs/en/1.0.0/phonegap/events/events.menubutton.md
index a423601ea8..28cf8725f1 100644
--- a/docs/en/1.0.0/phonegap/events/events.menubutton.md
+++ b/docs/en/1.0.0/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button on Android.
Details
-------
-If you need to over ride the default menu button behaviour on Android you can register and event listenter for the 'menubutton' event.
+If you need to over ride the default menu button behaviour on Android you can register and event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("menubutton", onMenuKeyDown, false);
function onMenuKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0/phonegap/events/events.searchbutton.md b/docs/en/1.0.0/phonegap/events/events.searchbutton.md
index cdb6eef5b8..93e00a180e 100644
--- a/docs/en/1.0.0/phonegap/events/events.searchbutton.md
+++ b/docs/en/1.0.0/phonegap/events/events.searchbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the search button on Android.
Details
-------
-If you need to over ride the default search button behaviour on Android you can register and event listenter for the 'searchbutton' event.
+If you need to over ride the default search button behaviour on Android you can register and event listener for the 'searchbutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("searchbutton", onSearchKeyDown, false);
function onSearchKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0/phonegap/file/filereader/filereader.md b/docs/en/1.0.0/phonegap/file/filereader/filereader.md
index e5f66d3de9..381c213816 100644
--- a/docs/en/1.0.0/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.0.0/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0/phonegap/file/filewriter/filewriter.md b/docs/en/1.0.0/phonegap/file/filewriter/filewriter.md
index f7e83de538..3cafa4d763 100644
--- a/docs/en/1.0.0/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.0.0/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.0.0/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.0.0/phonegap/geolocation/geolocation.getCurrentPosition.md
index 6894feaa67..2f57846a38 100644
--- a/docs/en/1.0.0/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.0.0/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.0.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.0.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index c6421b9c17..f2e00491f3 100644
--- a/docs/en/1.0.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.0.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0rc1/phonegap/contacts/Contact/contact.md b/docs/en/1.0.0rc1/phonegap/contacts/Contact/contact.md
index a48b6b8719..fae8dd0aa5 100644
--- a/docs/en/1.0.0rc1/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.0.0rc1/phonegap/contacts/Contact/contact.md
@@ -41,7 +41,7 @@ Properties
- __photos:__ An array of the contact's photos. _(ContactField[])_
- __categories:__ An array of all the contacts user defined categories. _(ContactField[])_
- __urls:__ An array of web pages associated to the contact. _(ContactField[])_
-- __timezone:__ The timezone of the conact. _(DOMString)_
+- __timezone:__ The timezone of the contact. _(DOMString)_
Methods
-------
@@ -226,7 +226,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __revision:__ This property is output only and can not be modified. It is returned as a JavaScript Date object.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __gender:__ This property is not supported by iOS devices, and will always be returned as `null`.
diff --git a/docs/en/1.0.0rc1/phonegap/events/events.backbutton.md b/docs/en/1.0.0rc1/phonegap/events/events.backbutton.md
index da4ce3424c..fae028f368 100644
--- a/docs/en/1.0.0rc1/phonegap/events/events.backbutton.md
+++ b/docs/en/1.0.0rc1/phonegap/events/events.backbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the back button on Android.
Details
-------
-If you need to over ride the default back button behaviour on Android you can register and event listenter for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
+If you need to over ride the default back button behaviour on Android you can register and event listener for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("backbutton", onBackKeyDown, false);
function onBackKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0rc1/phonegap/events/events.menubutton.md b/docs/en/1.0.0rc1/phonegap/events/events.menubutton.md
index a423601ea8..28cf8725f1 100644
--- a/docs/en/1.0.0rc1/phonegap/events/events.menubutton.md
+++ b/docs/en/1.0.0rc1/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button on Android.
Details
-------
-If you need to over ride the default menu button behaviour on Android you can register and event listenter for the 'menubutton' event.
+If you need to over ride the default menu button behaviour on Android you can register and event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("menubutton", onMenuKeyDown, false);
function onMenuKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0rc1/phonegap/events/events.searchbutton.md b/docs/en/1.0.0rc1/phonegap/events/events.searchbutton.md
index cdb6eef5b8..93e00a180e 100644
--- a/docs/en/1.0.0rc1/phonegap/events/events.searchbutton.md
+++ b/docs/en/1.0.0rc1/phonegap/events/events.searchbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the search button on Android.
Details
-------
-If you need to over ride the default search button behaviour on Android you can register and event listenter for the 'searchbutton' event.
+If you need to over ride the default search button behaviour on Android you can register and event listener for the 'searchbutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("searchbutton", onSearchKeyDown, false);
function onSearchKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0rc1/phonegap/file/filereader/filereader.md b/docs/en/1.0.0rc1/phonegap/file/filereader/filereader.md
index eb1bae241d..fe6fc9e873 100644
--- a/docs/en/1.0.0rc1/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.0.0rc1/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0rc1/phonegap/file/filewriter/filewriter.md b/docs/en/1.0.0rc1/phonegap/file/filewriter/filewriter.md
index 5abf92b82a..7dea4e1ad0 100644
--- a/docs/en/1.0.0rc1/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.0.0rc1/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.0.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.0.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
index 6894feaa67..2f57846a38 100644
--- a/docs/en/1.0.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.0.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.0.0rc1/phonegap/media/media.release.md b/docs/en/1.0.0rc1/phonegap/media/media.release.md
index 29bb2b2307..3e83a7d168 100644
--- a/docs/en/1.0.0rc1/phonegap/media/media.release.md
+++ b/docs/en/1.0.0rc1/phonegap/media/media.release.md
@@ -28,7 +28,7 @@ Releases the underlying operating systems audio resources.
Description
-----------
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularily important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0rc1/phonegap/network/parameters/reachableCallback.md b/docs/en/1.0.0rc1/phonegap/network/parameters/reachableCallback.md
index de022df035..aeecfef67b 100644
--- a/docs/en/1.0.0rc1/phonegap/network/parameters/reachableCallback.md
+++ b/docs/en/1.0.0rc1/phonegap/network/parameters/reachableCallback.md
@@ -55,7 +55,7 @@ Example
BlackBerry Quirks
-----------------
-Provides the network status as the value of `reachablity`
+Provides the network status as the value of `reachability`
function reachableCallback(reachability) {
var hasConnection = (reachability !== NetworkStatus.NOT_REACHABLE);
diff --git a/docs/en/1.0.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.0.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index c6421b9c17..f2e00491f3 100644
--- a/docs/en/1.0.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.0.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0rc2/phonegap/contacts/Contact/contact.md b/docs/en/1.0.0rc2/phonegap/contacts/Contact/contact.md
index 6291426216..83602d3bfb 100644
--- a/docs/en/1.0.0rc2/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.0.0rc2/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.0.0rc2/phonegap/events/events.backbutton.md b/docs/en/1.0.0rc2/phonegap/events/events.backbutton.md
index da4ce3424c..fae028f368 100644
--- a/docs/en/1.0.0rc2/phonegap/events/events.backbutton.md
+++ b/docs/en/1.0.0rc2/phonegap/events/events.backbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the back button on Android.
Details
-------
-If you need to over ride the default back button behaviour on Android you can register and event listenter for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
+If you need to over ride the default back button behaviour on Android you can register and event listener for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("backbutton", onBackKeyDown, false);
function onBackKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0rc2/phonegap/events/events.menubutton.md b/docs/en/1.0.0rc2/phonegap/events/events.menubutton.md
index a423601ea8..28cf8725f1 100644
--- a/docs/en/1.0.0rc2/phonegap/events/events.menubutton.md
+++ b/docs/en/1.0.0rc2/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button on Android.
Details
-------
-If you need to over ride the default menu button behaviour on Android you can register and event listenter for the 'menubutton' event.
+If you need to over ride the default menu button behaviour on Android you can register and event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("menubutton", onMenuKeyDown, false);
function onMenuKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0rc2/phonegap/events/events.searchbutton.md b/docs/en/1.0.0rc2/phonegap/events/events.searchbutton.md
index cdb6eef5b8..93e00a180e 100644
--- a/docs/en/1.0.0rc2/phonegap/events/events.searchbutton.md
+++ b/docs/en/1.0.0rc2/phonegap/events/events.searchbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the search button on Android.
Details
-------
-If you need to over ride the default search button behaviour on Android you can register and event listenter for the 'searchbutton' event.
+If you need to over ride the default search button behaviour on Android you can register and event listener for the 'searchbutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("searchbutton", onSearchKeyDown, false);
function onSearchKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0rc2/phonegap/file/filereader/filereader.md b/docs/en/1.0.0rc2/phonegap/file/filereader/filereader.md
index eb1bae241d..fe6fc9e873 100644
--- a/docs/en/1.0.0rc2/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.0.0rc2/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0rc2/phonegap/file/filewriter/filewriter.md b/docs/en/1.0.0rc2/phonegap/file/filewriter/filewriter.md
index 5abf92b82a..7dea4e1ad0 100644
--- a/docs/en/1.0.0rc2/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.0.0rc2/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.0.0rc2/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.0.0rc2/phonegap/geolocation/geolocation.getCurrentPosition.md
index 6894feaa67..2f57846a38 100644
--- a/docs/en/1.0.0rc2/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.0.0rc2/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.0.0rc2/phonegap/media/media.release.md b/docs/en/1.0.0rc2/phonegap/media/media.release.md
index 29bb2b2307..3e83a7d168 100644
--- a/docs/en/1.0.0rc2/phonegap/media/media.release.md
+++ b/docs/en/1.0.0rc2/phonegap/media/media.release.md
@@ -28,7 +28,7 @@ Releases the underlying operating systems audio resources.
Description
-----------
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularily important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0rc2/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.0.0rc2/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index c6421b9c17..f2e00491f3 100644
--- a/docs/en/1.0.0rc2/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.0.0rc2/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0rc3/phonegap/contacts/Contact/contact.md b/docs/en/1.0.0rc3/phonegap/contacts/Contact/contact.md
index 6291426216..83602d3bfb 100644
--- a/docs/en/1.0.0rc3/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.0.0rc3/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.0.0rc3/phonegap/events/events.backbutton.md b/docs/en/1.0.0rc3/phonegap/events/events.backbutton.md
index da4ce3424c..fae028f368 100644
--- a/docs/en/1.0.0rc3/phonegap/events/events.backbutton.md
+++ b/docs/en/1.0.0rc3/phonegap/events/events.backbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the back button on Android.
Details
-------
-If you need to over ride the default back button behaviour on Android you can register and event listenter for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
+If you need to over ride the default back button behaviour on Android you can register and event listener for the 'backbutton' event. It is no longer necessary to call any other method to over ride the back button behaviour. Now, you only need to register an event listener for 'backbutton'.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("backbutton", onBackKeyDown, false);
function onBackKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0rc3/phonegap/events/events.menubutton.md b/docs/en/1.0.0rc3/phonegap/events/events.menubutton.md
index a423601ea8..28cf8725f1 100644
--- a/docs/en/1.0.0rc3/phonegap/events/events.menubutton.md
+++ b/docs/en/1.0.0rc3/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button on Android.
Details
-------
-If you need to over ride the default menu button behaviour on Android you can register and event listenter for the 'menubutton' event.
+If you need to over ride the default menu button behaviour on Android you can register and event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("menubutton", onMenuKeyDown, false);
function onMenuKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0rc3/phonegap/events/events.searchbutton.md b/docs/en/1.0.0rc3/phonegap/events/events.searchbutton.md
index cdb6eef5b8..93e00a180e 100644
--- a/docs/en/1.0.0rc3/phonegap/events/events.searchbutton.md
+++ b/docs/en/1.0.0rc3/phonegap/events/events.searchbutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the search button on Android.
Details
-------
-If you need to over ride the default search button behaviour on Android you can register and event listenter for the 'searchbutton' event.
+If you need to over ride the default search button behaviour on Android you can register and event listener for the 'searchbutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
@@ -42,7 +42,7 @@ Quick Example
document.addEventListener("searchbutton", onSearchKeyDown, false);
function onSearchKeyDown() {
- // Handle the back buton
+ // Handle the back button
}
Full Example
diff --git a/docs/en/1.0.0rc3/phonegap/file/filereader/filereader.md b/docs/en/1.0.0rc3/phonegap/file/filereader/filereader.md
index eb1bae241d..fe6fc9e873 100644
--- a/docs/en/1.0.0rc3/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.0.0rc3/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0rc3/phonegap/file/filewriter/filewriter.md b/docs/en/1.0.0rc3/phonegap/file/filewriter/filewriter.md
index 5abf92b82a..7dea4e1ad0 100644
--- a/docs/en/1.0.0rc3/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.0.0rc3/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.0.0rc3/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.0.0rc3/phonegap/geolocation/geolocation.getCurrentPosition.md
index 6894feaa67..2f57846a38 100644
--- a/docs/en/1.0.0rc3/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.0.0rc3/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.0.0rc3/phonegap/media/media.release.md b/docs/en/1.0.0rc3/phonegap/media/media.release.md
index 29bb2b2307..3e83a7d168 100644
--- a/docs/en/1.0.0rc3/phonegap/media/media.release.md
+++ b/docs/en/1.0.0rc3/phonegap/media/media.release.md
@@ -28,7 +28,7 @@ Releases the underlying operating systems audio resources.
Description
-----------
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularily important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources. This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback. Developers should call the 'release' function when they no longer need the Media resource.
Supported Platforms
-------------------
diff --git a/docs/en/1.0.0rc3/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.0.0rc3/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index c6421b9c17..f2e00491f3 100644
--- a/docs/en/1.0.0rc3/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.0.0rc3/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.1.0/phonegap/contacts/Contact/contact.md b/docs/en/1.1.0/phonegap/contacts/Contact/contact.md
index fa892f7a16..ad0f631817 100644
--- a/docs/en/1.1.0/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.1.0/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.1.0/phonegap/events/events.menubutton.md b/docs/en/1.1.0/phonegap/events/events.menubutton.md
index 29764f7272..1f360c0d52 100644
--- a/docs/en/1.1.0/phonegap/events/events.menubutton.md
+++ b/docs/en/1.1.0/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
diff --git a/docs/en/1.1.0/phonegap/file/filereader/filereader.md b/docs/en/1.1.0/phonegap/file/filereader/filereader.md
index 450a30c066..8df184262b 100644
--- a/docs/en/1.1.0/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.1.0/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.1.0/phonegap/file/filewriter/filewriter.md b/docs/en/1.1.0/phonegap/file/filewriter/filewriter.md
index e104e82274..3f524e3cae 100644
--- a/docs/en/1.1.0/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.1.0/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.1.0/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.1.0/phonegap/geolocation/geolocation.getCurrentPosition.md
index 73b84a594a..385625304b 100644
--- a/docs/en/1.1.0/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.1.0/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.1.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.1.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 4b6477348e..7f93a435f7 100644
--- a/docs/en/1.1.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.1.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.2.0/phonegap/contacts/Contact/contact.md b/docs/en/1.2.0/phonegap/contacts/Contact/contact.md
index 929d8b5729..aded80fe4e 100644
--- a/docs/en/1.2.0/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.2.0/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.2.0/phonegap/events/events.menubutton.md b/docs/en/1.2.0/phonegap/events/events.menubutton.md
index 2ae0c3df15..52a9f8185e 100644
--- a/docs/en/1.2.0/phonegap/events/events.menubutton.md
+++ b/docs/en/1.2.0/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
diff --git a/docs/en/1.2.0/phonegap/file/filereader/filereader.md b/docs/en/1.2.0/phonegap/file/filereader/filereader.md
index 2636d9d217..554f128196 100644
--- a/docs/en/1.2.0/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.2.0/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.2.0/phonegap/file/filewriter/filewriter.md b/docs/en/1.2.0/phonegap/file/filewriter/filewriter.md
index 5d5bfeb950..f78cf2ee22 100644
--- a/docs/en/1.2.0/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.2.0/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.2.0/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.2.0/phonegap/geolocation/geolocation.getCurrentPosition.md
index 7b6cfd852f..6d54a99626 100644
--- a/docs/en/1.2.0/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.2.0/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.2.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.2.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index c097bd044e..3a1bdcb9ef 100644
--- a/docs/en/1.2.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.2.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.3.0/phonegap/contacts/Contact/contact.md b/docs/en/1.3.0/phonegap/contacts/Contact/contact.md
index 8379064cdc..def6544d7f 100644
--- a/docs/en/1.3.0/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.3.0/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.3.0/phonegap/events/events.menubutton.md b/docs/en/1.3.0/phonegap/events/events.menubutton.md
index 7d1980cf17..716f7c4ee7 100644
--- a/docs/en/1.3.0/phonegap/events/events.menubutton.md
+++ b/docs/en/1.3.0/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
diff --git a/docs/en/1.3.0/phonegap/file/filereader/filereader.md b/docs/en/1.3.0/phonegap/file/filereader/filereader.md
index 2898c58f5c..04f7f903fc 100644
--- a/docs/en/1.3.0/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.3.0/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.3.0/phonegap/file/filewriter/filewriter.md b/docs/en/1.3.0/phonegap/file/filewriter/filewriter.md
index 9ac94bb4a9..66f02d4ae0 100644
--- a/docs/en/1.3.0/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.3.0/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.3.0/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.3.0/phonegap/geolocation/geolocation.getCurrentPosition.md
index df3d41b7ad..b1a012bbe1 100644
--- a/docs/en/1.3.0/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.3.0/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.3.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.3.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 247e98b9a5..a8655c602e 100644
--- a/docs/en/1.3.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.3.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.4.0/guide/getting-started/android/index.md b/docs/en/1.4.0/guide/getting-started/android/index.md
index c99184ab82..8164e4ef12 100644
--- a/docs/en/1.4.0/guide/getting-started/android/index.md
+++ b/docs/en/1.4.0/guide/getting-started/android/index.md
@@ -24,7 +24,7 @@ Getting Started with Android
Video Tutorials:
----------------
-- [PhoneGap and Android Quick Start Video Using Ecliplse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
+- [PhoneGap and Android Quick Start Video Using Eclipse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
1. Requirements
@@ -41,7 +41,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Download and install [Eclipse Classic](http://www.eclipse.org/downloads/)
- Download and install [Android SDK](http://developer.android.com/sdk/index.html)
- Download and install [ADT Plugin](http://developer.android.com/sdk/eclipse-adt.html#installing)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
-----------------------
@@ -84,7 +84,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Add `android:configChanges="orientation|keyboardHidden"` to the activity tag in AndroidManifest. (view image below)
-- Add a second activity under you appliction tag in AndroidManifest. (view image below)
+- Add a second activity under you application tag in AndroidManifest. (view image below)
diff --git a/docs/en/1.4.0/guide/getting-started/blackberry/index.md b/docs/en/1.4.0/guide/getting-started/blackberry/index.md
index 3b35d703eb..c7966f0a4c 100644
--- a/docs/en/1.4.0/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.4.0/guide/getting-started/blackberry/index.md
@@ -42,7 +42,7 @@ For 4.x devices check out [this guide](http://wiki.phonegap.com/w/page/25653281/
- (Windows Only) Download and install [SUN JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html#jdk) (32-Bit Version). Add it to your PATH variable.
- (Windows Only) Download and extract [Apache Ant](http://ant.apache.org/bindownload.cgi). Add it to your PATH variable.
- Download [BlackBerry WebWorks Smartphone SDK](ttps://bdsc.webapps.blackberry.com/html5/download/sdk) for BlackBerry development and/or [BlackBerry WebWorks Tablet OS SDK](https://bdsc.webapps.blackberry.com/html5/download/sdk) for Playbook development. Keep note of the directories you install these SDKs.
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.0/guide/getting-started/ios/index.md b/docs/en/1.4.0/guide/getting-started/ios/index.md
index a8d04a49e3..3bdc35bb59 100644
--- a/docs/en/1.4.0/guide/getting-started/ios/index.md
+++ b/docs/en/1.4.0/guide/getting-started/ios/index.md
@@ -39,7 +39,7 @@ Video Tutorials:
-------------------------
- Download and install Xcode from [Apple Developer Portal](http://developer.apple.com) (Membership required)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.0/guide/getting-started/symbian/index.md b/docs/en/1.4.0/guide/getting-started/symbian/index.md
index 3be6202f49..d4a4c3b21d 100644
--- a/docs/en/1.4.0/guide/getting-started/symbian/index.md
+++ b/docs/en/1.4.0/guide/getting-started/symbian/index.md
@@ -39,7 +39,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.0/guide/getting-started/webos/index.md b/docs/en/1.4.0/guide/getting-started/webos/index.md
index 46cae48c82..313d3fb93f 100644
--- a/docs/en/1.4.0/guide/getting-started/webos/index.md
+++ b/docs/en/1.4.0/guide/getting-started/webos/index.md
@@ -40,7 +40,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
diff --git a/docs/en/1.4.0/guide/getting-started/windows-phone/index.md b/docs/en/1.4.0/guide/getting-started/windows-phone/index.md
index c8d3828530..6b9909f635 100644
--- a/docs/en/1.4.0/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.4.0/guide/getting-started/windows-phone/index.md
@@ -44,7 +44,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.0/phonegap/contacts/Contact/contact.md b/docs/en/1.4.0/phonegap/contacts/Contact/contact.md
index 703d90cf99..e2586a3297 100644
--- a/docs/en/1.4.0/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.4.0/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.4.0/phonegap/events/events.menubutton.md b/docs/en/1.4.0/phonegap/events/events.menubutton.md
index f672faa18c..99f1b5da10 100644
--- a/docs/en/1.4.0/phonegap/events/events.menubutton.md
+++ b/docs/en/1.4.0/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
diff --git a/docs/en/1.4.0/phonegap/file/filereader/filereader.md b/docs/en/1.4.0/phonegap/file/filereader/filereader.md
index 5ec8223959..e6e83dda7d 100644
--- a/docs/en/1.4.0/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.4.0/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.4.0/phonegap/file/filewriter/filewriter.md b/docs/en/1.4.0/phonegap/file/filewriter/filewriter.md
index 0910f49809..6c46638195 100644
--- a/docs/en/1.4.0/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.4.0/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.4.0/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.4.0/phonegap/geolocation/geolocation.getCurrentPosition.md
index 0144886149..8360378aee 100644
--- a/docs/en/1.4.0/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.4.0/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.4.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.4.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index c424fd0850..ef2333fcea 100644
--- a/docs/en/1.4.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.4.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.4.0rc1/guide/getting-started/android/index.md b/docs/en/1.4.0rc1/guide/getting-started/android/index.md
index 902c825152..6c91d8c31b 100644
--- a/docs/en/1.4.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/1.4.0rc1/guide/getting-started/android/index.md
@@ -24,7 +24,7 @@ Getting Started with Android
Video Tutorials:
----------------
-- [PhoneGap and Android Quick Start Video Using Ecliplse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
+- [PhoneGap and Android Quick Start Video Using Eclipse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
1. Requirements
@@ -41,7 +41,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Download and install [Eclipse Classic](http://www.eclipse.org/downloads/)
- Download and install [Android SDK](http://developer.android.com/sdk/index.html)
- Download and install [ADT Plugin](http://developer.android.com/sdk/eclipse-adt.html#installing)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
-----------------------
@@ -84,7 +84,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Add `android:configChanges="orientation|keyboardHidden"` to the activity tag in AndroidManifest. (view image below)
-- Add a second activity under you appliction tag in AndroidManifest. (view image below)
+- Add a second activity under you application tag in AndroidManifest. (view image below)
diff --git a/docs/en/1.4.0rc1/guide/getting-started/blackberry/index.md b/docs/en/1.4.0rc1/guide/getting-started/blackberry/index.md
index 3b35d703eb..c7966f0a4c 100644
--- a/docs/en/1.4.0rc1/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.4.0rc1/guide/getting-started/blackberry/index.md
@@ -42,7 +42,7 @@ For 4.x devices check out [this guide](http://wiki.phonegap.com/w/page/25653281/
- (Windows Only) Download and install [SUN JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html#jdk) (32-Bit Version). Add it to your PATH variable.
- (Windows Only) Download and extract [Apache Ant](http://ant.apache.org/bindownload.cgi). Add it to your PATH variable.
- Download [BlackBerry WebWorks Smartphone SDK](ttps://bdsc.webapps.blackberry.com/html5/download/sdk) for BlackBerry development and/or [BlackBerry WebWorks Tablet OS SDK](https://bdsc.webapps.blackberry.com/html5/download/sdk) for Playbook development. Keep note of the directories you install these SDKs.
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.0rc1/guide/getting-started/ios/index.md b/docs/en/1.4.0rc1/guide/getting-started/ios/index.md
index a8d04a49e3..3bdc35bb59 100644
--- a/docs/en/1.4.0rc1/guide/getting-started/ios/index.md
+++ b/docs/en/1.4.0rc1/guide/getting-started/ios/index.md
@@ -39,7 +39,7 @@ Video Tutorials:
-------------------------
- Download and install Xcode from [Apple Developer Portal](http://developer.apple.com) (Membership required)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.0rc1/guide/getting-started/symbian/index.md b/docs/en/1.4.0rc1/guide/getting-started/symbian/index.md
index 3be6202f49..d4a4c3b21d 100644
--- a/docs/en/1.4.0rc1/guide/getting-started/symbian/index.md
+++ b/docs/en/1.4.0rc1/guide/getting-started/symbian/index.md
@@ -39,7 +39,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.0rc1/guide/getting-started/webos/index.md b/docs/en/1.4.0rc1/guide/getting-started/webos/index.md
index be47605a07..fee50ca931 100644
--- a/docs/en/1.4.0rc1/guide/getting-started/webos/index.md
+++ b/docs/en/1.4.0rc1/guide/getting-started/webos/index.md
@@ -40,7 +40,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
diff --git a/docs/en/1.4.0rc1/guide/getting-started/windows-phone/index.md b/docs/en/1.4.0rc1/guide/getting-started/windows-phone/index.md
index c8d3828530..6b9909f635 100644
--- a/docs/en/1.4.0rc1/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.4.0rc1/guide/getting-started/windows-phone/index.md
@@ -44,7 +44,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.0rc1/phonegap/contacts/Contact/contact.md b/docs/en/1.4.0rc1/phonegap/contacts/Contact/contact.md
index 703d90cf99..e2586a3297 100644
--- a/docs/en/1.4.0rc1/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.4.0rc1/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.4.0rc1/phonegap/events/events.menubutton.md b/docs/en/1.4.0rc1/phonegap/events/events.menubutton.md
index f672faa18c..99f1b5da10 100644
--- a/docs/en/1.4.0rc1/phonegap/events/events.menubutton.md
+++ b/docs/en/1.4.0rc1/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
diff --git a/docs/en/1.4.0rc1/phonegap/file/filereader/filereader.md b/docs/en/1.4.0rc1/phonegap/file/filereader/filereader.md
index 5ec8223959..e6e83dda7d 100644
--- a/docs/en/1.4.0rc1/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.4.0rc1/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.4.0rc1/phonegap/file/filewriter/filewriter.md b/docs/en/1.4.0rc1/phonegap/file/filewriter/filewriter.md
index 0910f49809..6c46638195 100644
--- a/docs/en/1.4.0rc1/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.4.0rc1/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.4.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.4.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
index 0144886149..8360378aee 100644
--- a/docs/en/1.4.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.4.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.4.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.4.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index c424fd0850..ef2333fcea 100644
--- a/docs/en/1.4.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.4.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.4.1/guide/getting-started/android/index.md b/docs/en/1.4.1/guide/getting-started/android/index.md
index 54971ee291..a2fb1dc7d4 100644
--- a/docs/en/1.4.1/guide/getting-started/android/index.md
+++ b/docs/en/1.4.1/guide/getting-started/android/index.md
@@ -24,7 +24,7 @@ Getting Started with Android
Video Tutorials:
----------------
-- [PhoneGap and Android Quick Start Video Using Ecliplse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
+- [PhoneGap and Android Quick Start Video Using Eclipse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
1. Requirements
@@ -41,7 +41,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Download and install [Eclipse Classic](http://www.eclipse.org/downloads/)
- Download and install [Android SDK](http://developer.android.com/sdk/index.html)
- Download and install [ADT Plugin](http://developer.android.com/sdk/eclipse-adt.html#installing)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
-----------------------
@@ -84,7 +84,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Add `android:configChanges="orientation|keyboardHidden"` to the activity tag in AndroidManifest. (view image below)
-- Add a second activity under you appliction tag in AndroidManifest. (view image below)
+- Add a second activity under you application tag in AndroidManifest. (view image below)
diff --git a/docs/en/1.4.1/guide/getting-started/blackberry/index.md b/docs/en/1.4.1/guide/getting-started/blackberry/index.md
index 3b35d703eb..c7966f0a4c 100644
--- a/docs/en/1.4.1/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.4.1/guide/getting-started/blackberry/index.md
@@ -42,7 +42,7 @@ For 4.x devices check out [this guide](http://wiki.phonegap.com/w/page/25653281/
- (Windows Only) Download and install [SUN JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html#jdk) (32-Bit Version). Add it to your PATH variable.
- (Windows Only) Download and extract [Apache Ant](http://ant.apache.org/bindownload.cgi). Add it to your PATH variable.
- Download [BlackBerry WebWorks Smartphone SDK](ttps://bdsc.webapps.blackberry.com/html5/download/sdk) for BlackBerry development and/or [BlackBerry WebWorks Tablet OS SDK](https://bdsc.webapps.blackberry.com/html5/download/sdk) for Playbook development. Keep note of the directories you install these SDKs.
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.1/guide/getting-started/ios/index.md b/docs/en/1.4.1/guide/getting-started/ios/index.md
index a8d04a49e3..3bdc35bb59 100644
--- a/docs/en/1.4.1/guide/getting-started/ios/index.md
+++ b/docs/en/1.4.1/guide/getting-started/ios/index.md
@@ -39,7 +39,7 @@ Video Tutorials:
-------------------------
- Download and install Xcode from [Apple Developer Portal](http://developer.apple.com) (Membership required)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.1/guide/getting-started/symbian/index.md b/docs/en/1.4.1/guide/getting-started/symbian/index.md
index 3be6202f49..d4a4c3b21d 100644
--- a/docs/en/1.4.1/guide/getting-started/symbian/index.md
+++ b/docs/en/1.4.1/guide/getting-started/symbian/index.md
@@ -39,7 +39,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.1/guide/getting-started/webos/index.md b/docs/en/1.4.1/guide/getting-started/webos/index.md
index 46cae48c82..313d3fb93f 100644
--- a/docs/en/1.4.1/guide/getting-started/webos/index.md
+++ b/docs/en/1.4.1/guide/getting-started/webos/index.md
@@ -40,7 +40,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
diff --git a/docs/en/1.4.1/guide/getting-started/windows-phone/index.md b/docs/en/1.4.1/guide/getting-started/windows-phone/index.md
index c8d3828530..6b9909f635 100644
--- a/docs/en/1.4.1/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.4.1/guide/getting-started/windows-phone/index.md
@@ -44,7 +44,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.4.1/phonegap/contacts/Contact/contact.md b/docs/en/1.4.1/phonegap/contacts/Contact/contact.md
index ae7afe0e30..6b830797b9 100644
--- a/docs/en/1.4.1/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.4.1/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.4.1/phonegap/events/events.menubutton.md b/docs/en/1.4.1/phonegap/events/events.menubutton.md
index 6db1080e81..e581e399bd 100644
--- a/docs/en/1.4.1/phonegap/events/events.menubutton.md
+++ b/docs/en/1.4.1/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
diff --git a/docs/en/1.4.1/phonegap/file/filereader/filereader.md b/docs/en/1.4.1/phonegap/file/filereader/filereader.md
index 167ce64b5c..1861ae5532 100644
--- a/docs/en/1.4.1/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.4.1/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.4.1/phonegap/file/filewriter/filewriter.md b/docs/en/1.4.1/phonegap/file/filewriter/filewriter.md
index 2926ebef21..c6633d15a3 100644
--- a/docs/en/1.4.1/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.4.1/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.4.1/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.4.1/phonegap/geolocation/geolocation.getCurrentPosition.md
index b5e11646ce..646801c06f 100644
--- a/docs/en/1.4.1/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.4.1/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.4.1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.4.1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 5e118fde41..f6f3f51dc5 100644
--- a/docs/en/1.4.1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.4.1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.5.0/guide/getting-started/android/index.md b/docs/en/1.5.0/guide/getting-started/android/index.md
index d3df2d0daf..bcac82e706 100644
--- a/docs/en/1.5.0/guide/getting-started/android/index.md
+++ b/docs/en/1.5.0/guide/getting-started/android/index.md
@@ -24,7 +24,7 @@ Getting Started with Android
Video Tutorials:
----------------
-- [PhoneGap and Android Quick Start Video Using Ecliplse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
+- [PhoneGap and Android Quick Start Video Using Eclipse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
1. Requirements
@@ -41,7 +41,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Download and install [Eclipse Classic](http://www.eclipse.org/downloads/)
- Download and install [Android SDK](http://developer.android.com/sdk/index.html)
- Download and install [ADT Plugin](http://developer.android.com/sdk/eclipse-adt.html#installing)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
-----------------------
@@ -84,7 +84,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Add `android:configChanges="orientation|keyboardHidden"` to the activity tag in AndroidManifest. (view image below)
-- Add a second activity under you appliction tag in AndroidManifest. (view image below)
+- Add a second activity under you application tag in AndroidManifest. (view image below)
diff --git a/docs/en/1.5.0/guide/getting-started/blackberry/index.md b/docs/en/1.5.0/guide/getting-started/blackberry/index.md
index 3b35d703eb..c7966f0a4c 100644
--- a/docs/en/1.5.0/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.5.0/guide/getting-started/blackberry/index.md
@@ -42,7 +42,7 @@ For 4.x devices check out [this guide](http://wiki.phonegap.com/w/page/25653281/
- (Windows Only) Download and install [SUN JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html#jdk) (32-Bit Version). Add it to your PATH variable.
- (Windows Only) Download and extract [Apache Ant](http://ant.apache.org/bindownload.cgi). Add it to your PATH variable.
- Download [BlackBerry WebWorks Smartphone SDK](ttps://bdsc.webapps.blackberry.com/html5/download/sdk) for BlackBerry development and/or [BlackBerry WebWorks Tablet OS SDK](https://bdsc.webapps.blackberry.com/html5/download/sdk) for Playbook development. Keep note of the directories you install these SDKs.
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.5.0/guide/getting-started/ios/index.md b/docs/en/1.5.0/guide/getting-started/ios/index.md
index a8d04a49e3..3bdc35bb59 100644
--- a/docs/en/1.5.0/guide/getting-started/ios/index.md
+++ b/docs/en/1.5.0/guide/getting-started/ios/index.md
@@ -39,7 +39,7 @@ Video Tutorials:
-------------------------
- Download and install Xcode from [Apple Developer Portal](http://developer.apple.com) (Membership required)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.5.0/guide/getting-started/symbian/index.md b/docs/en/1.5.0/guide/getting-started/symbian/index.md
index 3be6202f49..d4a4c3b21d 100644
--- a/docs/en/1.5.0/guide/getting-started/symbian/index.md
+++ b/docs/en/1.5.0/guide/getting-started/symbian/index.md
@@ -39,7 +39,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.5.0/guide/getting-started/webos/index.md b/docs/en/1.5.0/guide/getting-started/webos/index.md
index 46cae48c82..313d3fb93f 100644
--- a/docs/en/1.5.0/guide/getting-started/webos/index.md
+++ b/docs/en/1.5.0/guide/getting-started/webos/index.md
@@ -40,7 +40,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
diff --git a/docs/en/1.5.0/guide/getting-started/windows-phone/index.md b/docs/en/1.5.0/guide/getting-started/windows-phone/index.md
index c8d3828530..6b9909f635 100644
--- a/docs/en/1.5.0/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.5.0/guide/getting-started/windows-phone/index.md
@@ -44,7 +44,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.5.0/phonegap/contacts/Contact/contact.md b/docs/en/1.5.0/phonegap/contacts/Contact/contact.md
index 87f8a0f86c..aac0cff247 100644
--- a/docs/en/1.5.0/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.5.0/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.5.0/phonegap/events/events.menubutton.md b/docs/en/1.5.0/phonegap/events/events.menubutton.md
index a7d0cf3dd3..9c515ae498 100644
--- a/docs/en/1.5.0/phonegap/events/events.menubutton.md
+++ b/docs/en/1.5.0/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
diff --git a/docs/en/1.5.0/phonegap/file/filereader/filereader.md b/docs/en/1.5.0/phonegap/file/filereader/filereader.md
index f80f6b2f5c..b7a7258dd8 100644
--- a/docs/en/1.5.0/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.5.0/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.5.0/phonegap/file/filewriter/filewriter.md b/docs/en/1.5.0/phonegap/file/filewriter/filewriter.md
index 49f57e4e49..c560705883 100644
--- a/docs/en/1.5.0/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.5.0/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.5.0/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.5.0/phonegap/geolocation/geolocation.getCurrentPosition.md
index 41f94affc6..0b8ee0d569 100644
--- a/docs/en/1.5.0/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.5.0/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.5.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.5.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 23b30a4995..0c6a094d5d 100644
--- a/docs/en/1.5.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.5.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.5.0rc1/guide/getting-started/android/index.md b/docs/en/1.5.0rc1/guide/getting-started/android/index.md
index 9151bdfff1..08b510f740 100644
--- a/docs/en/1.5.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/1.5.0rc1/guide/getting-started/android/index.md
@@ -24,7 +24,7 @@ Getting Started with Android
Video Tutorials:
----------------
-- [PhoneGap and Android Quick Start Video Using Ecliplse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
+- [PhoneGap and Android Quick Start Video Using Eclipse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
1. Requirements
@@ -41,7 +41,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Download and install [Eclipse Classic](http://www.eclipse.org/downloads/)
- Download and install [Android SDK](http://developer.android.com/sdk/index.html)
- Download and install [ADT Plugin](http://developer.android.com/sdk/eclipse-adt.html#installing)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
-----------------------
@@ -84,7 +84,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Add `android:configChanges="orientation|keyboardHidden"` to the activity tag in AndroidManifest. (view image below)
-- Add a second activity under you appliction tag in AndroidManifest. (view image below)
+- Add a second activity under you application tag in AndroidManifest. (view image below)
diff --git a/docs/en/1.5.0rc1/guide/getting-started/blackberry/index.md b/docs/en/1.5.0rc1/guide/getting-started/blackberry/index.md
index 3b35d703eb..c7966f0a4c 100644
--- a/docs/en/1.5.0rc1/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.5.0rc1/guide/getting-started/blackberry/index.md
@@ -42,7 +42,7 @@ For 4.x devices check out [this guide](http://wiki.phonegap.com/w/page/25653281/
- (Windows Only) Download and install [SUN JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html#jdk) (32-Bit Version). Add it to your PATH variable.
- (Windows Only) Download and extract [Apache Ant](http://ant.apache.org/bindownload.cgi). Add it to your PATH variable.
- Download [BlackBerry WebWorks Smartphone SDK](ttps://bdsc.webapps.blackberry.com/html5/download/sdk) for BlackBerry development and/or [BlackBerry WebWorks Tablet OS SDK](https://bdsc.webapps.blackberry.com/html5/download/sdk) for Playbook development. Keep note of the directories you install these SDKs.
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.5.0rc1/guide/getting-started/ios/index.md b/docs/en/1.5.0rc1/guide/getting-started/ios/index.md
index a8d04a49e3..3bdc35bb59 100644
--- a/docs/en/1.5.0rc1/guide/getting-started/ios/index.md
+++ b/docs/en/1.5.0rc1/guide/getting-started/ios/index.md
@@ -39,7 +39,7 @@ Video Tutorials:
-------------------------
- Download and install Xcode from [Apple Developer Portal](http://developer.apple.com) (Membership required)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.5.0rc1/guide/getting-started/symbian/index.md b/docs/en/1.5.0rc1/guide/getting-started/symbian/index.md
index 3be6202f49..d4a4c3b21d 100644
--- a/docs/en/1.5.0rc1/guide/getting-started/symbian/index.md
+++ b/docs/en/1.5.0rc1/guide/getting-started/symbian/index.md
@@ -39,7 +39,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.5.0rc1/guide/getting-started/webos/index.md b/docs/en/1.5.0rc1/guide/getting-started/webos/index.md
index be47605a07..fee50ca931 100644
--- a/docs/en/1.5.0rc1/guide/getting-started/webos/index.md
+++ b/docs/en/1.5.0rc1/guide/getting-started/webos/index.md
@@ -40,7 +40,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
diff --git a/docs/en/1.5.0rc1/guide/getting-started/windows-phone/index.md b/docs/en/1.5.0rc1/guide/getting-started/windows-phone/index.md
index c8d3828530..6b9909f635 100644
--- a/docs/en/1.5.0rc1/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.5.0rc1/guide/getting-started/windows-phone/index.md
@@ -44,7 +44,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [PhoneGap](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.5.0rc1/phonegap/contacts/Contact/contact.md b/docs/en/1.5.0rc1/phonegap/contacts/Contact/contact.md
index 87f8a0f86c..aac0cff247 100644
--- a/docs/en/1.5.0rc1/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.5.0rc1/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.5.0rc1/phonegap/events/events.menubutton.md b/docs/en/1.5.0rc1/phonegap/events/events.menubutton.md
index a7d0cf3dd3..9c515ae498 100644
--- a/docs/en/1.5.0rc1/phonegap/events/events.menubutton.md
+++ b/docs/en/1.5.0rc1/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
diff --git a/docs/en/1.5.0rc1/phonegap/file/filereader/filereader.md b/docs/en/1.5.0rc1/phonegap/file/filereader/filereader.md
index f80f6b2f5c..b7a7258dd8 100644
--- a/docs/en/1.5.0rc1/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.5.0rc1/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.5.0rc1/phonegap/file/filewriter/filewriter.md b/docs/en/1.5.0rc1/phonegap/file/filewriter/filewriter.md
index 49f57e4e49..c560705883 100644
--- a/docs/en/1.5.0rc1/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.5.0rc1/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.5.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.5.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
index 41f94affc6..0b8ee0d569 100644
--- a/docs/en/1.5.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.5.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.5.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.5.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 8a756a9e47..2f6c630435 100644
--- a/docs/en/1.5.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.5.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.6.0/cordova/contacts/Contact/contact.md b/docs/en/1.6.0/cordova/contacts/Contact/contact.md
index f7786fcb07..a1b35e5b48 100644
--- a/docs/en/1.6.0/cordova/contacts/Contact/contact.md
+++ b/docs/en/1.6.0/cordova/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.6.0/cordova/device/device.uuid.md b/docs/en/1.6.0/cordova/device/device.uuid.md
index 25eb725034..4affb7e3bc 100644
--- a/docs/en/1.6.0/cordova/device/device.uuid.md
+++ b/docs/en/1.6.0/cordova/device/device.uuid.md
@@ -97,4 +97,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
\ No newline at end of file
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
\ No newline at end of file
diff --git a/docs/en/1.6.0/cordova/events/events.menubutton.md b/docs/en/1.6.0/cordova/events/events.menubutton.md
index 17f54e2758..8e2e9f9d4e 100644
--- a/docs/en/1.6.0/cordova/events/events.menubutton.md
+++ b/docs/en/1.6.0/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.6.0/cordova/file/filereader/filereader.md b/docs/en/1.6.0/cordova/file/filereader/filereader.md
index 33a166e35d..2264e52515 100644
--- a/docs/en/1.6.0/cordova/file/filereader/filereader.md
+++ b/docs/en/1.6.0/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.6.0/cordova/file/filewriter/filewriter.md b/docs/en/1.6.0/cordova/file/filewriter/filewriter.md
index efa9a5d414..c1b6c111a4 100644
--- a/docs/en/1.6.0/cordova/file/filewriter/filewriter.md
+++ b/docs/en/1.6.0/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.6.0/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.6.0/cordova/geolocation/geolocation.getCurrentPosition.md
index 972b7204c2..eaaf1817b6 100644
--- a/docs/en/1.6.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.6.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.6.0/cordova/notification/notification.alert.md b/docs/en/1.6.0/cordova/notification/notification.alert.md
index 2a33569e61..d631dedfcc 100644
--- a/docs/en/1.6.0/cordova/notification/notification.alert.md
+++ b/docs/en/1.6.0/cordova/notification/notification.alert.md
@@ -107,4 +107,4 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
diff --git a/docs/en/1.6.0/cordova/notification/notification.confirm.md b/docs/en/1.6.0/cordova/notification/notification.confirm.md
index a4f8d8b60c..8d9132a08f 100755
--- a/docs/en/1.6.0/cordova/notification/notification.confirm.md
+++ b/docs/en/1.6.0/cordova/notification/notification.confirm.md
@@ -110,4 +110,4 @@ Windows Phone 7 Quirks
- Ignores button names, always 'OK|Cancel'
- There is no built in browser confirm, so if you want to just write alert('foo'); you can assign window.confirm = navigator.notification.confirm;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
\ No newline at end of file
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
\ No newline at end of file
diff --git a/docs/en/1.6.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.6.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index bb4b8ce572..2cd43e9641 100644
--- a/docs/en/1.6.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.6.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.6.0/guide/getting-started/android/index.md b/docs/en/1.6.0/guide/getting-started/android/index.md
index 6bfd60ad71..699de274a4 100644
--- a/docs/en/1.6.0/guide/getting-started/android/index.md
+++ b/docs/en/1.6.0/guide/getting-started/android/index.md
@@ -88,7 +88,7 @@ This guide describes how to set up your development environment for Cordova and
-- Support orientation changes by pasting the folowing inside the **<activity>** tag.
+- Support orientation changes by pasting the following inside the **<activity>** tag.
android:configChanges="orientation|keyboardHidden"
diff --git a/docs/en/1.6.0/guide/getting-started/blackberry/index.md b/docs/en/1.6.0/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/1.6.0/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.6.0/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/1.6.0/guide/getting-started/ios/index.md b/docs/en/1.6.0/guide/getting-started/ios/index.md
index 4a0952471a..7677f8eed8 100644
--- a/docs/en/1.6.0/guide/getting-started/ios/index.md
+++ b/docs/en/1.6.0/guide/getting-started/ios/index.md
@@ -33,14 +33,14 @@ Video Tutorials:
- Intel-based computer with Mac OS X Lion (10.7)
- Necessary for Installing on Device:
- An Apple iOS device (iPhone, iPad, iPod Touch)
- - iOS ceveloper certification
+ - iOS developer certification
2. Install SDK + Cordova
------------------------
- Install Xcode from the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
3. Setup New Project
diff --git a/docs/en/1.6.0/guide/getting-started/symbian/index.md b/docs/en/1.6.0/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.6.0/guide/getting-started/symbian/index.md
+++ b/docs/en/1.6.0/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.6.0/guide/getting-started/webos/index.md b/docs/en/1.6.0/guide/getting-started/webos/index.md
index 98895b66de..6a9252d333 100644
--- a/docs/en/1.6.0/guide/getting-started/webos/index.md
+++ b/docs/en/1.6.0/guide/getting-started/webos/index.md
@@ -41,7 +41,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
diff --git a/docs/en/1.6.0/guide/getting-started/windows-phone/index.md b/docs/en/1.6.0/guide/getting-started/windows-phone/index.md
index d0ff505878..ed7eb11968 100644
--- a/docs/en/1.6.0/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.6.0/guide/getting-started/windows-phone/index.md
@@ -45,7 +45,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.6.0rc1/guide/getting-started/android/index.md b/docs/en/1.6.0rc1/guide/getting-started/android/index.md
index 7f0de49bee..7a5c186652 100644
--- a/docs/en/1.6.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/1.6.0rc1/guide/getting-started/android/index.md
@@ -25,7 +25,7 @@ This guide describes how to set up your development environment for Cordova and
Video Tutorials:
----------------
-- [Cordova and Android Quick Start Video Using Ecliplse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
+- [Cordova and Android Quick Start Video Using Eclipse](http://www.youtube.com/v/MzcIcyBYJMA?autoplay=1)
1. Requirements
@@ -42,7 +42,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
- Download and install [Eclipse Classic](http://www.eclipse.org/downloads/)
- Download and install [Android SDK](http://developer.android.com/sdk/index.html)
- Download and install [ADT Plugin](http://developer.android.com/sdk/eclipse-adt.html#installing)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
-----------------------
diff --git a/docs/en/1.6.0rc1/guide/getting-started/blackberry/index.md b/docs/en/1.6.0rc1/guide/getting-started/blackberry/index.md
index 572f8835ee..c5f81da8cf 100644
--- a/docs/en/1.6.0rc1/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.6.0rc1/guide/getting-started/blackberry/index.md
@@ -44,7 +44,7 @@ For 4.x devices check out [this guide](http://wiki.phonegap.com/w/page/25653281/
- (Windows Only) Download and install [SUN JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html#jdk) (32-Bit Version). Add it to your PATH variable.
- (Windows Only) Download and extract [Apache Ant](http://ant.apache.org/bindownload.cgi). Add it to your PATH variable.
- Download [BlackBerry WebWorks Smartphone SDK](ttps://bdsc.webapps.blackberry.com/html5/download/sdk) for BlackBerry development and/or [BlackBerry WebWorks Tablet OS SDK](https://bdsc.webapps.blackberry.com/html5/download/sdk) for Playbook development. Keep note of the directories you install these SDKs.
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.6.0rc1/guide/getting-started/ios/index.md b/docs/en/1.6.0rc1/guide/getting-started/ios/index.md
index 2daf7a5242..02ecce6c9c 100644
--- a/docs/en/1.6.0rc1/guide/getting-started/ios/index.md
+++ b/docs/en/1.6.0rc1/guide/getting-started/ios/index.md
@@ -41,7 +41,7 @@ Video Tutorials:
------------------------
- Download and install Xcode from [Apple Developer Portal](http://developer.apple.com) (Membership required)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.6.0rc1/guide/getting-started/symbian/index.md b/docs/en/1.6.0rc1/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.6.0rc1/guide/getting-started/symbian/index.md
+++ b/docs/en/1.6.0rc1/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.6.0rc1/guide/getting-started/webos/index.md b/docs/en/1.6.0rc1/guide/getting-started/webos/index.md
index d77eba3420..15efb3507f 100644
--- a/docs/en/1.6.0rc1/guide/getting-started/webos/index.md
+++ b/docs/en/1.6.0rc1/guide/getting-started/webos/index.md
@@ -41,7 +41,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
diff --git a/docs/en/1.6.0rc1/guide/getting-started/windows-phone/index.md b/docs/en/1.6.0rc1/guide/getting-started/windows-phone/index.md
index eb7854e33b..09a2ffb90c 100644
--- a/docs/en/1.6.0rc1/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.6.0rc1/guide/getting-started/windows-phone/index.md
@@ -45,7 +45,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.6.0rc1/phonegap/contacts/Contact/contact.md b/docs/en/1.6.0rc1/phonegap/contacts/Contact/contact.md
index f7786fcb07..a1b35e5b48 100644
--- a/docs/en/1.6.0rc1/phonegap/contacts/Contact/contact.md
+++ b/docs/en/1.6.0rc1/phonegap/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.6.0rc1/phonegap/events/events.menubutton.md b/docs/en/1.6.0rc1/phonegap/events/events.menubutton.md
index 17f54e2758..8e2e9f9d4e 100644
--- a/docs/en/1.6.0rc1/phonegap/events/events.menubutton.md
+++ b/docs/en/1.6.0rc1/phonegap/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.6.0rc1/phonegap/file/filereader/filereader.md b/docs/en/1.6.0rc1/phonegap/file/filereader/filereader.md
index 33a166e35d..2264e52515 100644
--- a/docs/en/1.6.0rc1/phonegap/file/filereader/filereader.md
+++ b/docs/en/1.6.0rc1/phonegap/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.6.0rc1/phonegap/file/filewriter/filewriter.md b/docs/en/1.6.0rc1/phonegap/file/filewriter/filewriter.md
index efa9a5d414..c1b6c111a4 100644
--- a/docs/en/1.6.0rc1/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/1.6.0rc1/phonegap/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.6.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.6.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
index 8ad6e9c490..8f78fbf550 100644
--- a/docs/en/1.6.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.6.0rc1/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.6.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.6.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index bb4b8ce572..2cd43e9641 100644
--- a/docs/en/1.6.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.6.0rc1/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.6.1/cordova/contacts/Contact/contact.md b/docs/en/1.6.1/cordova/contacts/Contact/contact.md
index 05023dd62d..d463b61529 100644
--- a/docs/en/1.6.1/cordova/contacts/Contact/contact.md
+++ b/docs/en/1.6.1/cordova/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.6.1/cordova/device/device.uuid.md b/docs/en/1.6.1/cordova/device/device.uuid.md
index a85392cf92..31f020bbe5 100644
--- a/docs/en/1.6.1/cordova/device/device.uuid.md
+++ b/docs/en/1.6.1/cordova/device/device.uuid.md
@@ -97,4 +97,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
\ No newline at end of file
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
\ No newline at end of file
diff --git a/docs/en/1.6.1/cordova/events/events.menubutton.md b/docs/en/1.6.1/cordova/events/events.menubutton.md
index 97b5a28918..87382b7145 100644
--- a/docs/en/1.6.1/cordova/events/events.menubutton.md
+++ b/docs/en/1.6.1/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.6.1/cordova/file/filereader/filereader.md b/docs/en/1.6.1/cordova/file/filereader/filereader.md
index 81e485c797..b341fef018 100644
--- a/docs/en/1.6.1/cordova/file/filereader/filereader.md
+++ b/docs/en/1.6.1/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.6.1/cordova/file/filewriter/filewriter.md b/docs/en/1.6.1/cordova/file/filewriter/filewriter.md
index 89fc6a2a85..4df1cf7fda 100644
--- a/docs/en/1.6.1/cordova/file/filewriter/filewriter.md
+++ b/docs/en/1.6.1/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.6.1/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.6.1/cordova/geolocation/geolocation.getCurrentPosition.md
index 6934472a23..9949005fd6 100644
--- a/docs/en/1.6.1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.6.1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.6.1/cordova/notification/notification.alert.md b/docs/en/1.6.1/cordova/notification/notification.alert.md
index 74130d2dbc..1cbd8e39e6 100644
--- a/docs/en/1.6.1/cordova/notification/notification.alert.md
+++ b/docs/en/1.6.1/cordova/notification/notification.alert.md
@@ -107,4 +107,4 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
diff --git a/docs/en/1.6.1/cordova/notification/notification.confirm.md b/docs/en/1.6.1/cordova/notification/notification.confirm.md
index 1ff27a064b..bff0fde17f 100755
--- a/docs/en/1.6.1/cordova/notification/notification.confirm.md
+++ b/docs/en/1.6.1/cordova/notification/notification.confirm.md
@@ -110,4 +110,4 @@ Windows Phone 7 Quirks
- Ignores button names, always 'OK|Cancel'
- There is no built in browser confirm, so if you want to just write alert('foo'); you can assign window.confirm = navigator.notification.confirm;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
\ No newline at end of file
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
\ No newline at end of file
diff --git a/docs/en/1.6.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.6.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 59df324ebc..0918583146 100644
--- a/docs/en/1.6.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.6.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.6.1/guide/getting-started/android/index.md b/docs/en/1.6.1/guide/getting-started/android/index.md
index 2d62bd7f0a..7649517924 100644
--- a/docs/en/1.6.1/guide/getting-started/android/index.md
+++ b/docs/en/1.6.1/guide/getting-started/android/index.md
@@ -88,7 +88,7 @@ This guide describes how to set up your development environment for Cordova and
-- Support orientation changes by pasting the folowing inside the **<activity>** tag.
+- Support orientation changes by pasting the following inside the **<activity>** tag.
android:configChanges="orientation|keyboardHidden"
diff --git a/docs/en/1.6.1/guide/getting-started/blackberry/index.md b/docs/en/1.6.1/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/1.6.1/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.6.1/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/1.6.1/guide/getting-started/ios/index.md b/docs/en/1.6.1/guide/getting-started/ios/index.md
index 4a0952471a..7677f8eed8 100644
--- a/docs/en/1.6.1/guide/getting-started/ios/index.md
+++ b/docs/en/1.6.1/guide/getting-started/ios/index.md
@@ -33,14 +33,14 @@ Video Tutorials:
- Intel-based computer with Mac OS X Lion (10.7)
- Necessary for Installing on Device:
- An Apple iOS device (iPhone, iPad, iPod Touch)
- - iOS ceveloper certification
+ - iOS developer certification
2. Install SDK + Cordova
------------------------
- Install Xcode from the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
3. Setup New Project
diff --git a/docs/en/1.6.1/guide/getting-started/symbian/index.md b/docs/en/1.6.1/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.6.1/guide/getting-started/symbian/index.md
+++ b/docs/en/1.6.1/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.6.1/guide/getting-started/webos/index.md b/docs/en/1.6.1/guide/getting-started/webos/index.md
index 98895b66de..6a9252d333 100644
--- a/docs/en/1.6.1/guide/getting-started/webos/index.md
+++ b/docs/en/1.6.1/guide/getting-started/webos/index.md
@@ -41,7 +41,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
diff --git a/docs/en/1.6.1/guide/getting-started/windows-phone/index.md b/docs/en/1.6.1/guide/getting-started/windows-phone/index.md
index d0ff505878..ed7eb11968 100644
--- a/docs/en/1.6.1/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.6.1/guide/getting-started/windows-phone/index.md
@@ -45,7 +45,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.7.0/cordova/contacts/Contact/contact.md b/docs/en/1.7.0/cordova/contacts/Contact/contact.md
index 78feddbfef..bc224008f5 100644
--- a/docs/en/1.7.0/cordova/contacts/Contact/contact.md
+++ b/docs/en/1.7.0/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.7.0/cordova/device/device.uuid.md b/docs/en/1.7.0/cordova/device/device.uuid.md
index 3025d3f20d..a1710a304f 100644
--- a/docs/en/1.7.0/cordova/device/device.uuid.md
+++ b/docs/en/1.7.0/cordova/device/device.uuid.md
@@ -98,4 +98,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/1.7.0/cordova/events/events.menubutton.md b/docs/en/1.7.0/cordova/events/events.menubutton.md
index 1f23298e4c..30b52fef59 100644
--- a/docs/en/1.7.0/cordova/events/events.menubutton.md
+++ b/docs/en/1.7.0/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.7.0/cordova/file/filereader/filereader.md b/docs/en/1.7.0/cordova/file/filereader/filereader.md
index 988d0b98e4..e3c884a742 100644
--- a/docs/en/1.7.0/cordova/file/filereader/filereader.md
+++ b/docs/en/1.7.0/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.7.0/cordova/file/filewriter/filewriter.md b/docs/en/1.7.0/cordova/file/filewriter/filewriter.md
index a3da499b9b..43cb0f00c4 100644
--- a/docs/en/1.7.0/cordova/file/filewriter/filewriter.md
+++ b/docs/en/1.7.0/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.7.0/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.7.0/cordova/geolocation/geolocation.getCurrentPosition.md
index e68aca91b2..6f72f4be91 100644
--- a/docs/en/1.7.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.7.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.7.0/cordova/notification/notification.alert.md b/docs/en/1.7.0/cordova/notification/notification.alert.md
index af225e421e..88c0d35912 100644
--- a/docs/en/1.7.0/cordova/notification/notification.alert.md
+++ b/docs/en/1.7.0/cordova/notification/notification.alert.md
@@ -108,7 +108,7 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.7.0/cordova/notification/notification.confirm.md b/docs/en/1.7.0/cordova/notification/notification.confirm.md
index b17a9addce..c9d4708051 100755
--- a/docs/en/1.7.0/cordova/notification/notification.confirm.md
+++ b/docs/en/1.7.0/cordova/notification/notification.confirm.md
@@ -111,7 +111,7 @@ Windows Phone 7 Quirks
- Ignores button names, always 'OK|Cancel'
- There is no built in browser confirm, so if you want to just write alert('foo'); you can assign window.confirm = navigator.notification.confirm;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.7.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.7.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index f329f58e39..0c90b53992 100644
--- a/docs/en/1.7.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.7.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.7.0/guide/getting-started/android/index.md b/docs/en/1.7.0/guide/getting-started/android/index.md
index d5eacbe004..85221b924c 100644
--- a/docs/en/1.7.0/guide/getting-started/android/index.md
+++ b/docs/en/1.7.0/guide/getting-started/android/index.md
@@ -88,7 +88,7 @@ This guide describes how to set up your development environment for Cordova and
-- Support orientation changes by pasting the folowing inside the **<activity>** tag.
+- Support orientation changes by pasting the following inside the **<activity>** tag.
android:configChanges="orientation|keyboardHidden"
diff --git a/docs/en/1.7.0/guide/getting-started/bada/index.md b/docs/en/1.7.0/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/1.7.0/guide/getting-started/bada/index.md
+++ b/docs/en/1.7.0/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/1.7.0/guide/getting-started/blackberry/index.md b/docs/en/1.7.0/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/1.7.0/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.7.0/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/1.7.0/guide/getting-started/ios/index.md b/docs/en/1.7.0/guide/getting-started/ios/index.md
index 070401a0d0..b2ea822395 100644
--- a/docs/en/1.7.0/guide/getting-started/ios/index.md
+++ b/docs/en/1.7.0/guide/getting-started/ios/index.md
@@ -33,14 +33,14 @@ Video Tutorials:
- Intel-based computer with Mac OS X Lion (10.7)
- Necessary for Installing on Device:
- An Apple iOS device (iPhone, iPad, iPod Touch)
- - iOS ceveloper certification
+ - iOS developer certification
2. Install SDK + Cordova
------------------------
- Install Xcode from the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
3. Setup New Project
diff --git a/docs/en/1.7.0/guide/getting-started/symbian/index.md b/docs/en/1.7.0/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.7.0/guide/getting-started/symbian/index.md
+++ b/docs/en/1.7.0/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.7.0/guide/getting-started/webos/index.md b/docs/en/1.7.0/guide/getting-started/webos/index.md
index 98895b66de..6a9252d333 100644
--- a/docs/en/1.7.0/guide/getting-started/webos/index.md
+++ b/docs/en/1.7.0/guide/getting-started/webos/index.md
@@ -41,7 +41,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the webOS directory.
diff --git a/docs/en/1.7.0/guide/getting-started/windows-phone/index.md b/docs/en/1.7.0/guide/getting-started/windows-phone/index.md
index d0ff505878..ed7eb11968 100644
--- a/docs/en/1.7.0/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.7.0/guide/getting-started/windows-phone/index.md
@@ -45,7 +45,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.7.0rc1/cordova/contacts/Contact/contact.md b/docs/en/1.7.0rc1/cordova/contacts/Contact/contact.md
index ff063ea2e2..90e58344da 100644
--- a/docs/en/1.7.0rc1/cordova/contacts/Contact/contact.md
+++ b/docs/en/1.7.0rc1/cordova/contacts/Contact/contact.md
@@ -215,7 +215,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.7.0rc1/cordova/device/device.uuid.md b/docs/en/1.7.0rc1/cordova/device/device.uuid.md
index 86e40105ff..b5fe2068fe 100644
--- a/docs/en/1.7.0rc1/cordova/device/device.uuid.md
+++ b/docs/en/1.7.0rc1/cordova/device/device.uuid.md
@@ -97,4 +97,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
\ No newline at end of file
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
\ No newline at end of file
diff --git a/docs/en/1.7.0rc1/cordova/events/events.menubutton.md b/docs/en/1.7.0rc1/cordova/events/events.menubutton.md
index 1f23298e4c..30b52fef59 100644
--- a/docs/en/1.7.0rc1/cordova/events/events.menubutton.md
+++ b/docs/en/1.7.0rc1/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.7.0rc1/cordova/file/filereader/filereader.md b/docs/en/1.7.0rc1/cordova/file/filereader/filereader.md
index 988d0b98e4..e3c884a742 100644
--- a/docs/en/1.7.0rc1/cordova/file/filereader/filereader.md
+++ b/docs/en/1.7.0rc1/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.7.0rc1/cordova/file/filewriter/filewriter.md b/docs/en/1.7.0rc1/cordova/file/filewriter/filewriter.md
index a3da499b9b..43cb0f00c4 100644
--- a/docs/en/1.7.0rc1/cordova/file/filewriter/filewriter.md
+++ b/docs/en/1.7.0rc1/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.7.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.7.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
index 5b580c1de0..a208022552 100644
--- a/docs/en/1.7.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.7.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-Function `geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.7.0rc1/cordova/notification/notification.alert.md b/docs/en/1.7.0rc1/cordova/notification/notification.alert.md
index 0c13db4a69..9faa85e3c5 100644
--- a/docs/en/1.7.0rc1/cordova/notification/notification.alert.md
+++ b/docs/en/1.7.0rc1/cordova/notification/notification.alert.md
@@ -107,4 +107,4 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
diff --git a/docs/en/1.7.0rc1/cordova/notification/notification.confirm.md b/docs/en/1.7.0rc1/cordova/notification/notification.confirm.md
index 3a2a18ab21..bdadb16629 100755
--- a/docs/en/1.7.0rc1/cordova/notification/notification.confirm.md
+++ b/docs/en/1.7.0rc1/cordova/notification/notification.confirm.md
@@ -110,4 +110,4 @@ Windows Phone 7 Quirks
- Ignores button names, always 'OK|Cancel'
- There is no built in browser confirm, so if you want to just write alert('foo'); you can assign window.confirm = navigator.notification.confirm;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
\ No newline at end of file
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
\ No newline at end of file
diff --git a/docs/en/1.7.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.7.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 2e50969112..d2ab5a984e 100644
--- a/docs/en/1.7.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.7.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.7.0rc1/guide/getting-started/android/index.md b/docs/en/1.7.0rc1/guide/getting-started/android/index.md
index d5eacbe004..85221b924c 100644
--- a/docs/en/1.7.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/1.7.0rc1/guide/getting-started/android/index.md
@@ -88,7 +88,7 @@ This guide describes how to set up your development environment for Cordova and
-- Support orientation changes by pasting the folowing inside the **<activity>** tag.
+- Support orientation changes by pasting the following inside the **<activity>** tag.
android:configChanges="orientation|keyboardHidden"
diff --git a/docs/en/1.7.0rc1/guide/getting-started/bada/index.md b/docs/en/1.7.0rc1/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/1.7.0rc1/guide/getting-started/bada/index.md
+++ b/docs/en/1.7.0rc1/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/1.7.0rc1/guide/getting-started/blackberry/index.md b/docs/en/1.7.0rc1/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/1.7.0rc1/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.7.0rc1/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/1.7.0rc1/guide/getting-started/ios/index.md b/docs/en/1.7.0rc1/guide/getting-started/ios/index.md
index 4a0952471a..7677f8eed8 100644
--- a/docs/en/1.7.0rc1/guide/getting-started/ios/index.md
+++ b/docs/en/1.7.0rc1/guide/getting-started/ios/index.md
@@ -33,14 +33,14 @@ Video Tutorials:
- Intel-based computer with Mac OS X Lion (10.7)
- Necessary for Installing on Device:
- An Apple iOS device (iPhone, iPad, iPod Touch)
- - iOS ceveloper certification
+ - iOS developer certification
2. Install SDK + Cordova
------------------------
- Install Xcode from the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
3. Setup New Project
diff --git a/docs/en/1.7.0rc1/guide/getting-started/symbian/index.md b/docs/en/1.7.0rc1/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.7.0rc1/guide/getting-started/symbian/index.md
+++ b/docs/en/1.7.0rc1/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.7.0rc1/guide/getting-started/webos/index.md b/docs/en/1.7.0rc1/guide/getting-started/webos/index.md
index d77eba3420..15efb3507f 100644
--- a/docs/en/1.7.0rc1/guide/getting-started/webos/index.md
+++ b/docs/en/1.7.0rc1/guide/getting-started/webos/index.md
@@ -41,7 +41,7 @@ Video Tutorials:
- Download and install [Virtual Box](http://www.virtualbox.org/)
- Download and install [WebOS SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321/)
- Download and install [cygwin SDK](http://developer.palm.com/index.php?option=com_content&view=article&layout=page&id=1788&Itemid=321) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
diff --git a/docs/en/1.7.0rc1/guide/getting-started/windows-phone/index.md b/docs/en/1.7.0rc1/guide/getting-started/windows-phone/index.md
index d0ff505878..ed7eb11968 100644
--- a/docs/en/1.7.0rc1/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.7.0rc1/guide/getting-started/windows-phone/index.md
@@ -45,7 +45,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.8.0/cordova/contacts/Contact/contact.md b/docs/en/1.8.0/cordova/contacts/Contact/contact.md
index 80d649813e..d78465e2b4 100644
--- a/docs/en/1.8.0/cordova/contacts/Contact/contact.md
+++ b/docs/en/1.8.0/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.8.0/cordova/device/device.uuid.md b/docs/en/1.8.0/cordova/device/device.uuid.md
index 724f0ab27f..afbd944dce 100644
--- a/docs/en/1.8.0/cordova/device/device.uuid.md
+++ b/docs/en/1.8.0/cordova/device/device.uuid.md
@@ -100,4 +100,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/1.8.0/cordova/events/events.menubutton.md b/docs/en/1.8.0/cordova/events/events.menubutton.md
index edcbd4663a..11c9218526 100644
--- a/docs/en/1.8.0/cordova/events/events.menubutton.md
+++ b/docs/en/1.8.0/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.8.0/cordova/file/filereader/filereader.md b/docs/en/1.8.0/cordova/file/filereader/filereader.md
index 4dcfa31b83..c9da59c3f2 100644
--- a/docs/en/1.8.0/cordova/file/filereader/filereader.md
+++ b/docs/en/1.8.0/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.8.0/cordova/file/filewriter/filewriter.md b/docs/en/1.8.0/cordova/file/filewriter/filewriter.md
index b79b7f072e..c2c7797c93 100644
--- a/docs/en/1.8.0/cordova/file/filewriter/filewriter.md
+++ b/docs/en/1.8.0/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.8.0/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.8.0/cordova/geolocation/geolocation.getCurrentPosition.md
index 1cddad4ae1..abdc2a9479 100644
--- a/docs/en/1.8.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.8.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-`geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.8.0/cordova/notification/notification.alert.md b/docs/en/1.8.0/cordova/notification/notification.alert.md
index 76b87d3ccf..2a60223935 100644
--- a/docs/en/1.8.0/cordova/notification/notification.alert.md
+++ b/docs/en/1.8.0/cordova/notification/notification.alert.md
@@ -109,7 +109,7 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.8.0/cordova/notification/notification.confirm.md b/docs/en/1.8.0/cordova/notification/notification.confirm.md
index 3bb64406e9..e28935ea61 100755
--- a/docs/en/1.8.0/cordova/notification/notification.confirm.md
+++ b/docs/en/1.8.0/cordova/notification/notification.confirm.md
@@ -119,7 +119,7 @@ Windows Phone 7 Quirks
- Ignores button names, always `'OK|Cancel'`.
- There is no built-in browser function for `window.confirm`
- You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.8.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.8.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 827d35d83c..7da6f4b820 100644
--- a/docs/en/1.8.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.8.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.8.0/guide/getting-started/android/index.md b/docs/en/1.8.0/guide/getting-started/android/index.md
index f915d45d7c..c48d99c872 100644
--- a/docs/en/1.8.0/guide/getting-started/android/index.md
+++ b/docs/en/1.8.0/guide/getting-started/android/index.md
@@ -87,7 +87,7 @@ This guide describes how to set up your development environment for Cordova and
-- Support orientation changes by pasting the folowing inside the **<activity>** tag.
+- Support orientation changes by pasting the following inside the **<activity>** tag.
android:configChanges="orientation|keyboardHidden|screenSize"
diff --git a/docs/en/1.8.0/guide/getting-started/bada/index.md b/docs/en/1.8.0/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/1.8.0/guide/getting-started/bada/index.md
+++ b/docs/en/1.8.0/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/1.8.0/guide/getting-started/blackberry/index.md b/docs/en/1.8.0/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/1.8.0/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.8.0/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/1.8.0/guide/getting-started/symbian/index.md b/docs/en/1.8.0/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.8.0/guide/getting-started/symbian/index.md
+++ b/docs/en/1.8.0/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.8.0/guide/getting-started/windows-phone/index.md b/docs/en/1.8.0/guide/getting-started/windows-phone/index.md
index d0ff505878..ed7eb11968 100644
--- a/docs/en/1.8.0/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.8.0/guide/getting-started/windows-phone/index.md
@@ -45,7 +45,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.8.0/guide/whitelist/index.md b/docs/en/1.8.0/guide/whitelist/index.md
index 2ce8b3ce28..828b0debb4 100644
--- a/docs/en/1.8.0/guide/whitelist/index.md
+++ b/docs/en/1.8.0/guide/whitelist/index.md
@@ -23,7 +23,7 @@ Domain Whitelist Guide
Overview
--------
-Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then delcare access to specific network domains and subdomains.
+Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then declare access to specific network domains and subdomains.
Specification
-------------
diff --git a/docs/en/1.8.0rc1/cordova/contacts/Contact/contact.md b/docs/en/1.8.0rc1/cordova/contacts/Contact/contact.md
index 80d649813e..d78465e2b4 100644
--- a/docs/en/1.8.0rc1/cordova/contacts/Contact/contact.md
+++ b/docs/en/1.8.0rc1/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.8.0rc1/cordova/device/device.uuid.md b/docs/en/1.8.0rc1/cordova/device/device.uuid.md
index 724f0ab27f..afbd944dce 100644
--- a/docs/en/1.8.0rc1/cordova/device/device.uuid.md
+++ b/docs/en/1.8.0rc1/cordova/device/device.uuid.md
@@ -100,4 +100,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/1.8.0rc1/cordova/events/events.menubutton.md b/docs/en/1.8.0rc1/cordova/events/events.menubutton.md
index edcbd4663a..11c9218526 100644
--- a/docs/en/1.8.0rc1/cordova/events/events.menubutton.md
+++ b/docs/en/1.8.0rc1/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.8.0rc1/cordova/file/filereader/filereader.md b/docs/en/1.8.0rc1/cordova/file/filereader/filereader.md
index 4dcfa31b83..c9da59c3f2 100644
--- a/docs/en/1.8.0rc1/cordova/file/filereader/filereader.md
+++ b/docs/en/1.8.0rc1/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.8.0rc1/cordova/file/filewriter/filewriter.md b/docs/en/1.8.0rc1/cordova/file/filewriter/filewriter.md
index b79b7f072e..c2c7797c93 100644
--- a/docs/en/1.8.0rc1/cordova/file/filewriter/filewriter.md
+++ b/docs/en/1.8.0rc1/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.8.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.8.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
index 45df2fe9d4..561ac14a68 100644
--- a/docs/en/1.8.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.8.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-`geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.8.0rc1/cordova/notification/notification.alert.md b/docs/en/1.8.0rc1/cordova/notification/notification.alert.md
index 76b87d3ccf..2a60223935 100644
--- a/docs/en/1.8.0rc1/cordova/notification/notification.alert.md
+++ b/docs/en/1.8.0rc1/cordova/notification/notification.alert.md
@@ -109,7 +109,7 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.8.0rc1/cordova/notification/notification.confirm.md b/docs/en/1.8.0rc1/cordova/notification/notification.confirm.md
index 3bb64406e9..e28935ea61 100755
--- a/docs/en/1.8.0rc1/cordova/notification/notification.confirm.md
+++ b/docs/en/1.8.0rc1/cordova/notification/notification.confirm.md
@@ -119,7 +119,7 @@ Windows Phone 7 Quirks
- Ignores button names, always `'OK|Cancel'`.
- There is no built-in browser function for `window.confirm`
- You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.8.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.8.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 827d35d83c..7da6f4b820 100644
--- a/docs/en/1.8.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.8.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.8.0rc1/guide/getting-started/android/index.md b/docs/en/1.8.0rc1/guide/getting-started/android/index.md
index f915d45d7c..c48d99c872 100644
--- a/docs/en/1.8.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/1.8.0rc1/guide/getting-started/android/index.md
@@ -87,7 +87,7 @@ This guide describes how to set up your development environment for Cordova and
-- Support orientation changes by pasting the folowing inside the **<activity>** tag.
+- Support orientation changes by pasting the following inside the **<activity>** tag.
android:configChanges="orientation|keyboardHidden|screenSize"
diff --git a/docs/en/1.8.0rc1/guide/getting-started/bada/index.md b/docs/en/1.8.0rc1/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/1.8.0rc1/guide/getting-started/bada/index.md
+++ b/docs/en/1.8.0rc1/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/1.8.0rc1/guide/getting-started/blackberry/index.md b/docs/en/1.8.0rc1/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/1.8.0rc1/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.8.0rc1/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/1.8.0rc1/guide/getting-started/ios/index.md b/docs/en/1.8.0rc1/guide/getting-started/ios/index.md
index 070401a0d0..b2ea822395 100644
--- a/docs/en/1.8.0rc1/guide/getting-started/ios/index.md
+++ b/docs/en/1.8.0rc1/guide/getting-started/ios/index.md
@@ -33,14 +33,14 @@ Video Tutorials:
- Intel-based computer with Mac OS X Lion (10.7)
- Necessary for Installing on Device:
- An Apple iOS device (iPhone, iPad, iPod Touch)
- - iOS ceveloper certification
+ - iOS developer certification
2. Install SDK + Cordova
------------------------
- Install Xcode from the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the **lib/ios** directory.
3. Setup New Project
diff --git a/docs/en/1.8.0rc1/guide/getting-started/symbian/index.md b/docs/en/1.8.0rc1/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.8.0rc1/guide/getting-started/symbian/index.md
+++ b/docs/en/1.8.0rc1/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.8.0rc1/guide/getting-started/windows-phone/index.md b/docs/en/1.8.0rc1/guide/getting-started/windows-phone/index.md
index d0ff505878..ed7eb11968 100644
--- a/docs/en/1.8.0rc1/guide/getting-started/windows-phone/index.md
+++ b/docs/en/1.8.0rc1/guide/getting-started/windows-phone/index.md
@@ -45,7 +45,7 @@ Necessary for Installing on Device and Submitting to Market Place:
----------------------------
- Download and install [Windows Phone SDK](http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/)
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.8.0rc1/guide/whitelist/index.md b/docs/en/1.8.0rc1/guide/whitelist/index.md
index 2ce8b3ce28..828b0debb4 100644
--- a/docs/en/1.8.0rc1/guide/whitelist/index.md
+++ b/docs/en/1.8.0rc1/guide/whitelist/index.md
@@ -23,7 +23,7 @@ Domain Whitelist Guide
Overview
--------
-Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then delcare access to specific network domains and subdomains.
+Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then declare access to specific network domains and subdomains.
Specification
-------------
diff --git a/docs/en/1.8.1/cordova/contacts/Contact/contact.md b/docs/en/1.8.1/cordova/contacts/Contact/contact.md
index 4f1b0bf89c..e878d7b288 100644
--- a/docs/en/1.8.1/cordova/contacts/Contact/contact.md
+++ b/docs/en/1.8.1/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.8.1/cordova/device/device.uuid.md b/docs/en/1.8.1/cordova/device/device.uuid.md
index 8486a8e613..ca913d0fcc 100644
--- a/docs/en/1.8.1/cordova/device/device.uuid.md
+++ b/docs/en/1.8.1/cordova/device/device.uuid.md
@@ -100,4 +100,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/1.8.1/cordova/events/events.menubutton.md b/docs/en/1.8.1/cordova/events/events.menubutton.md
index 3b5a731f42..30141089aa 100644
--- a/docs/en/1.8.1/cordova/events/events.menubutton.md
+++ b/docs/en/1.8.1/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.8.1/cordova/file/filereader/filereader.md b/docs/en/1.8.1/cordova/file/filereader/filereader.md
index 817c088a95..579b1b7fa1 100644
--- a/docs/en/1.8.1/cordova/file/filereader/filereader.md
+++ b/docs/en/1.8.1/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.8.1/cordova/file/filewriter/filewriter.md b/docs/en/1.8.1/cordova/file/filewriter/filewriter.md
index eeb17a7504..235cfc57c5 100644
--- a/docs/en/1.8.1/cordova/file/filewriter/filewriter.md
+++ b/docs/en/1.8.1/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
index 5d1f49bb8e..b8d02a31d4 100644
--- a/docs/en/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-`geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.8.1/cordova/notification/notification.alert.md b/docs/en/1.8.1/cordova/notification/notification.alert.md
index 613b915649..3b7e76be2e 100644
--- a/docs/en/1.8.1/cordova/notification/notification.alert.md
+++ b/docs/en/1.8.1/cordova/notification/notification.alert.md
@@ -109,7 +109,7 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.8.1/cordova/notification/notification.confirm.md b/docs/en/1.8.1/cordova/notification/notification.confirm.md
index d20f9b2f3b..49ebc74abd 100755
--- a/docs/en/1.8.1/cordova/notification/notification.confirm.md
+++ b/docs/en/1.8.1/cordova/notification/notification.confirm.md
@@ -119,7 +119,7 @@ Windows Phone 7 Quirks
- Ignores button names, always `'OK|Cancel'`.
- There is no built-in browser function for `window.confirm`
- You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.8.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.8.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 3f5d1a99d1..09c475ede2 100644
--- a/docs/en/1.8.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.8.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.8.1/guide/getting-started/android/index.md b/docs/en/1.8.1/guide/getting-started/android/index.md
index f915d45d7c..c48d99c872 100644
--- a/docs/en/1.8.1/guide/getting-started/android/index.md
+++ b/docs/en/1.8.1/guide/getting-started/android/index.md
@@ -87,7 +87,7 @@ This guide describes how to set up your development environment for Cordova and
-- Support orientation changes by pasting the folowing inside the **<activity>** tag.
+- Support orientation changes by pasting the following inside the **<activity>** tag.
android:configChanges="orientation|keyboardHidden|screenSize"
diff --git a/docs/en/1.8.1/guide/getting-started/bada/index.md b/docs/en/1.8.1/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/1.8.1/guide/getting-started/bada/index.md
+++ b/docs/en/1.8.1/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/1.8.1/guide/getting-started/blackberry/index.md b/docs/en/1.8.1/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/1.8.1/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.8.1/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/1.8.1/guide/getting-started/symbian/index.md b/docs/en/1.8.1/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.8.1/guide/getting-started/symbian/index.md
+++ b/docs/en/1.8.1/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.8.1/guide/whitelist/index.md b/docs/en/1.8.1/guide/whitelist/index.md
index 2ce8b3ce28..828b0debb4 100644
--- a/docs/en/1.8.1/guide/whitelist/index.md
+++ b/docs/en/1.8.1/guide/whitelist/index.md
@@ -23,7 +23,7 @@ Domain Whitelist Guide
Overview
--------
-Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then delcare access to specific network domains and subdomains.
+Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then declare access to specific network domains and subdomains.
Specification
-------------
diff --git a/docs/en/1.9.0/cordova/contacts/Contact/contact.md b/docs/en/1.9.0/cordova/contacts/Contact/contact.md
index 47bcf37eb9..f6f3e44bf5 100644
--- a/docs/en/1.9.0/cordova/contacts/Contact/contact.md
+++ b/docs/en/1.9.0/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.9.0/cordova/device/device.uuid.md b/docs/en/1.9.0/cordova/device/device.uuid.md
index 3207b448fb..ff896edc5f 100644
--- a/docs/en/1.9.0/cordova/device/device.uuid.md
+++ b/docs/en/1.9.0/cordova/device/device.uuid.md
@@ -100,4 +100,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/1.9.0/cordova/events/events.menubutton.md b/docs/en/1.9.0/cordova/events/events.menubutton.md
index 534503a311..025a146840 100644
--- a/docs/en/1.9.0/cordova/events/events.menubutton.md
+++ b/docs/en/1.9.0/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.9.0/cordova/file/filereader/filereader.md b/docs/en/1.9.0/cordova/file/filereader/filereader.md
index 8ca2443fc0..d795851046 100644
--- a/docs/en/1.9.0/cordova/file/filereader/filereader.md
+++ b/docs/en/1.9.0/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.9.0/cordova/file/filewriter/filewriter.md b/docs/en/1.9.0/cordova/file/filewriter/filewriter.md
index f54e8692b4..0f7f647f9f 100644
--- a/docs/en/1.9.0/cordova/file/filewriter/filewriter.md
+++ b/docs/en/1.9.0/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.9.0/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.9.0/cordova/geolocation/geolocation.getCurrentPosition.md
index 9ab9631499..c6bf376317 100644
--- a/docs/en/1.9.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.9.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-`geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.9.0/cordova/notification/notification.alert.md b/docs/en/1.9.0/cordova/notification/notification.alert.md
index 9278c81928..ab1bdf75e7 100644
--- a/docs/en/1.9.0/cordova/notification/notification.alert.md
+++ b/docs/en/1.9.0/cordova/notification/notification.alert.md
@@ -109,7 +109,7 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.9.0/cordova/notification/notification.confirm.md b/docs/en/1.9.0/cordova/notification/notification.confirm.md
index 331acfe969..7538662a9e 100755
--- a/docs/en/1.9.0/cordova/notification/notification.confirm.md
+++ b/docs/en/1.9.0/cordova/notification/notification.confirm.md
@@ -119,7 +119,7 @@ Windows Phone 7 Quirks
- Ignores button names, always `'OK|Cancel'`.
- There is no built-in browser function for `window.confirm`
- You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.9.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.9.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 77c6afa509..62c38a0ded 100644
--- a/docs/en/1.9.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.9.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.9.0/guide/getting-started/android/index.md b/docs/en/1.9.0/guide/getting-started/android/index.md
index f986ae63d7..9b652d3b01 100644
--- a/docs/en/1.9.0/guide/getting-started/android/index.md
+++ b/docs/en/1.9.0/guide/getting-started/android/index.md
@@ -87,7 +87,7 @@ This guide describes how to set up your development environment for Cordova and
-- Support orientation changes by pasting the folowing inside the **<activity>** tag.
+- Support orientation changes by pasting the following inside the **<activity>** tag.
android:configChanges="orientation|keyboardHidden|screenSize"
diff --git a/docs/en/1.9.0/guide/getting-started/bada/index.md b/docs/en/1.9.0/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/1.9.0/guide/getting-started/bada/index.md
+++ b/docs/en/1.9.0/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/1.9.0/guide/getting-started/blackberry/index.md b/docs/en/1.9.0/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/1.9.0/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.9.0/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/1.9.0/guide/getting-started/symbian/index.md b/docs/en/1.9.0/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.9.0/guide/getting-started/symbian/index.md
+++ b/docs/en/1.9.0/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.9.0/guide/whitelist/index.md b/docs/en/1.9.0/guide/whitelist/index.md
index 2ce8b3ce28..828b0debb4 100644
--- a/docs/en/1.9.0/guide/whitelist/index.md
+++ b/docs/en/1.9.0/guide/whitelist/index.md
@@ -23,7 +23,7 @@ Domain Whitelist Guide
Overview
--------
-Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then delcare access to specific network domains and subdomains.
+Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then declare access to specific network domains and subdomains.
Specification
-------------
diff --git a/docs/en/1.9.0rc1/cordova/contacts/Contact/contact.md b/docs/en/1.9.0rc1/cordova/contacts/Contact/contact.md
index 47bcf37eb9..f6f3e44bf5 100644
--- a/docs/en/1.9.0rc1/cordova/contacts/Contact/contact.md
+++ b/docs/en/1.9.0rc1/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/1.9.0rc1/cordova/device/device.uuid.md b/docs/en/1.9.0rc1/cordova/device/device.uuid.md
index 3207b448fb..ff896edc5f 100644
--- a/docs/en/1.9.0rc1/cordova/device/device.uuid.md
+++ b/docs/en/1.9.0rc1/cordova/device/device.uuid.md
@@ -100,4 +100,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/1.9.0rc1/cordova/events/events.menubutton.md b/docs/en/1.9.0rc1/cordova/events/events.menubutton.md
index 534503a311..025a146840 100644
--- a/docs/en/1.9.0rc1/cordova/events/events.menubutton.md
+++ b/docs/en/1.9.0rc1/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/1.9.0rc1/cordova/file/filereader/filereader.md b/docs/en/1.9.0rc1/cordova/file/filereader/filereader.md
index 8ca2443fc0..d795851046 100644
--- a/docs/en/1.9.0rc1/cordova/file/filereader/filereader.md
+++ b/docs/en/1.9.0rc1/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/1.9.0rc1/cordova/file/filewriter/filewriter.md b/docs/en/1.9.0rc1/cordova/file/filewriter/filewriter.md
index f54e8692b4..0f7f647f9f 100644
--- a/docs/en/1.9.0rc1/cordova/file/filewriter/filewriter.md
+++ b/docs/en/1.9.0rc1/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/1.9.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/1.9.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
index 9ab9631499..c6bf376317 100644
--- a/docs/en/1.9.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/1.9.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-`geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/1.9.0rc1/cordova/notification/notification.alert.md b/docs/en/1.9.0rc1/cordova/notification/notification.alert.md
index 9278c81928..ab1bdf75e7 100644
--- a/docs/en/1.9.0rc1/cordova/notification/notification.alert.md
+++ b/docs/en/1.9.0rc1/cordova/notification/notification.alert.md
@@ -109,7 +109,7 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.9.0rc1/cordova/notification/notification.confirm.md b/docs/en/1.9.0rc1/cordova/notification/notification.confirm.md
index 331acfe969..7538662a9e 100755
--- a/docs/en/1.9.0rc1/cordova/notification/notification.confirm.md
+++ b/docs/en/1.9.0rc1/cordova/notification/notification.confirm.md
@@ -119,7 +119,7 @@ Windows Phone 7 Quirks
- Ignores button names, always `'OK|Cancel'`.
- There is no built-in browser function for `window.confirm`
- You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/1.9.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/1.9.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 77c6afa509..62c38a0ded 100644
--- a/docs/en/1.9.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/1.9.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/1.9.0rc1/guide/getting-started/android/index.md b/docs/en/1.9.0rc1/guide/getting-started/android/index.md
index f986ae63d7..9b652d3b01 100644
--- a/docs/en/1.9.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/1.9.0rc1/guide/getting-started/android/index.md
@@ -87,7 +87,7 @@ This guide describes how to set up your development environment for Cordova and
-- Support orientation changes by pasting the folowing inside the **<activity>** tag.
+- Support orientation changes by pasting the following inside the **<activity>** tag.
android:configChanges="orientation|keyboardHidden|screenSize"
diff --git a/docs/en/1.9.0rc1/guide/getting-started/bada/index.md b/docs/en/1.9.0rc1/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/1.9.0rc1/guide/getting-started/bada/index.md
+++ b/docs/en/1.9.0rc1/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/1.9.0rc1/guide/getting-started/blackberry/index.md b/docs/en/1.9.0rc1/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/1.9.0rc1/guide/getting-started/blackberry/index.md
+++ b/docs/en/1.9.0rc1/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/1.9.0rc1/guide/getting-started/symbian/index.md b/docs/en/1.9.0rc1/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/1.9.0rc1/guide/getting-started/symbian/index.md
+++ b/docs/en/1.9.0rc1/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/1.9.0rc1/guide/whitelist/index.md b/docs/en/1.9.0rc1/guide/whitelist/index.md
index 2ce8b3ce28..828b0debb4 100644
--- a/docs/en/1.9.0rc1/guide/whitelist/index.md
+++ b/docs/en/1.9.0rc1/guide/whitelist/index.md
@@ -23,7 +23,7 @@ Domain Whitelist Guide
Overview
--------
-Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then delcare access to specific network domains and subdomains.
+Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then declare access to specific network domains and subdomains.
Specification
-------------
diff --git a/docs/en/2.0.0/cordova/contacts/Contact/contact.md b/docs/en/2.0.0/cordova/contacts/Contact/contact.md
index 8e4a17a74d..8638bd521d 100644
--- a/docs/en/2.0.0/cordova/contacts/Contact/contact.md
+++ b/docs/en/2.0.0/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/2.0.0/cordova/device/device.uuid.md b/docs/en/2.0.0/cordova/device/device.uuid.md
index 6ea7e3e342..9cb58f008e 100644
--- a/docs/en/2.0.0/cordova/device/device.uuid.md
+++ b/docs/en/2.0.0/cordova/device/device.uuid.md
@@ -100,4 +100,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/2.0.0/cordova/events/events.menubutton.md b/docs/en/2.0.0/cordova/events/events.menubutton.md
index 717855c50d..80bc01eba2 100644
--- a/docs/en/2.0.0/cordova/events/events.menubutton.md
+++ b/docs/en/2.0.0/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/2.0.0/cordova/file/filereader/filereader.md b/docs/en/2.0.0/cordova/file/filereader/filereader.md
index e177090d7a..3a4d3a72e3 100644
--- a/docs/en/2.0.0/cordova/file/filereader/filereader.md
+++ b/docs/en/2.0.0/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/2.0.0/cordova/file/filewriter/filewriter.md b/docs/en/2.0.0/cordova/file/filewriter/filewriter.md
index ac1843ed24..9efd720386 100644
--- a/docs/en/2.0.0/cordova/file/filewriter/filewriter.md
+++ b/docs/en/2.0.0/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
index 17b237e45c..29c1b780cd 100644
--- a/docs/en/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/2.0.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-`geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/2.0.0/cordova/notification/notification.alert.md b/docs/en/2.0.0/cordova/notification/notification.alert.md
index 3c8da7ef8d..4e62b59ae9 100644
--- a/docs/en/2.0.0/cordova/notification/notification.alert.md
+++ b/docs/en/2.0.0/cordova/notification/notification.alert.md
@@ -109,7 +109,7 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/2.0.0/cordova/notification/notification.confirm.md b/docs/en/2.0.0/cordova/notification/notification.confirm.md
index 259ff8761e..974239590b 100755
--- a/docs/en/2.0.0/cordova/notification/notification.confirm.md
+++ b/docs/en/2.0.0/cordova/notification/notification.confirm.md
@@ -119,7 +119,7 @@ Windows Phone 7 Quirks
- Ignores button names, always `'OK|Cancel'`.
- There is no built-in browser function for `window.confirm`
- You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index f8c9108770..945bbecb80 100644
--- a/docs/en/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/2.0.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/2.0.0/guide/getting-started/android/index.md b/docs/en/2.0.0/guide/getting-started/android/index.md
index 7751f1486b..f16cadc740 100644
--- a/docs/en/2.0.0/guide/getting-started/android/index.md
+++ b/docs/en/2.0.0/guide/getting-started/android/index.md
@@ -44,7 +44,7 @@ This guide describes how to set up your development environment for Cordova and

- Then specify new application project

-- Then speciy an Application Name, a Project Name and Package Name with Namespace
+- Then specify an Application Name, a Project Name and Package Name with Namespace

- Then select a graphic

diff --git a/docs/en/2.0.0/guide/getting-started/bada/index.md b/docs/en/2.0.0/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/2.0.0/guide/getting-started/bada/index.md
+++ b/docs/en/2.0.0/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/2.0.0/guide/getting-started/blackberry/index.md b/docs/en/2.0.0/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/2.0.0/guide/getting-started/blackberry/index.md
+++ b/docs/en/2.0.0/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/2.0.0/guide/getting-started/symbian/index.md b/docs/en/2.0.0/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/2.0.0/guide/getting-started/symbian/index.md
+++ b/docs/en/2.0.0/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/2.0.0/guide/plugin-development/android/index.md b/docs/en/2.0.0/guide/plugin-development/android/index.md
index 2fc8761dc2..7e6aafada2 100644
--- a/docs/en/2.0.0/guide/plugin-development/android/index.md
+++ b/docs/en/2.0.0/guide/plugin-development/android/index.md
@@ -33,7 +33,7 @@ The JavaScript portion of a plugin always uses the `cordova.exec` method as foll
exec(, , , , []);
-This will marshall a request from the WebView to the Android native
+This will marshal a request from the WebView to the Android native
side, more or less boiling down to calling the `action` method on the
`service` class, with the arguments passed in the `args` Array.
diff --git a/docs/en/2.0.0/guide/plugin-development/bada/index.md b/docs/en/2.0.0/guide/plugin-development/bada/index.md
index 258bb23373..542d34422e 100644
--- a/docs/en/2.0.0/guide/plugin-development/bada/index.md
+++ b/docs/en/2.0.0/guide/plugin-development/bada/index.md
@@ -26,7 +26,7 @@ The Bada implementation is a full javascript implementation. Therefore, adding a
1. Clone the CordovaJS repository
- git clone https://git-wip-us.apache.org/repos/asf/incubuator-cordova-js.git
+ git clone https://git-wip-us.apache.org/repos/asf/incubator-cordova-js.git
2. Create a new javascript file under __lib/bada/plugin/bada/__ and name it _HelloWorld.js_. Add the following content:
@@ -57,7 +57,7 @@ The Bada implementation is a full javascript implementation. Therefore, adding a
};
5. Now you can write your user-facing javascript however you like but remember that in order for your plugin to execute you need to call the following method
- exec(succes, fail, 'HelloWorld', 'printHello', ['Jackson!']);
+ exec(success, fail, 'HelloWorld', 'printHello', ['Jackson!']);
success is the success callback that gets executed when the plugin succeeds
fail is the failure callback that gets executed if the plugin fails
diff --git a/docs/en/2.0.0/guide/plugin-development/blackberry/index.md b/docs/en/2.0.0/guide/plugin-development/blackberry/index.md
index 03cdde8a76..598400253e 100644
--- a/docs/en/2.0.0/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.0.0/guide/plugin-development/blackberry/index.md
@@ -26,7 +26,7 @@ In this article, we will explore how to develop the Echo plugin on BlackBerry. I
top level article about the JavaScript part of the plugin, it would be best if you read that first
and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
-To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the
+To note, the Cordova-BlackBerry project allows you to deploy to BlackBerry devices like the
Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to
normal BlackBerry hand held devices (ie, Torch and Bold) and the Playbook. The code base between
the two are separate so when you develop for one, you have to duplicate your efforts for the other!
@@ -59,7 +59,7 @@ Cordova will know how to map the "Echo" argument of `cordova.exec` to the Echo c
## Adding Echo.java
If you notice the structure of the value attribute, you'll see a defined path that leads to the Echo
-plugin. In the root folder of the Cordova BlackBerry Webworks repo, look for a folder called framework.
+plugin. In the root folder of the Cordova BlackBerry WebWorks repo, look for a folder called framework.
This folder contains all of the source code that runs natively on the BlackBerry. cd into the folder
structure until you reach the path: `framework/ext/src/org/apache/cordova`. At this point, you'll see
all of the plugin folders and inside each folder is the plugins' source code. So, we will add
@@ -128,7 +128,7 @@ callback in JavaScript.
## Updating the .jar in your project's www folder
The addition of the Echo.java needs to be updated in your project so to build the .jar file, cd
-to the root directory of the BlackBerry Webworks repo. Use the ant command:
+to the root directory of the BlackBerry WebWorks repo. Use the ant command:
ant update -Dproject.path="~/path_to_my_project"
diff --git a/docs/en/2.0.0/guide/plugin-development/ios/index.md b/docs/en/2.0.0/guide/plugin-development/ios/index.md
index a39d4f8b0b..2bd059cb9b 100644
--- a/docs/en/2.0.0/guide/plugin-development/ios/index.md
+++ b/docs/en/2.0.0/guide/plugin-development/ios/index.md
@@ -29,7 +29,7 @@ The JavaScript portion of a plugin always uses the `cordova.exec` method as foll
exec(, , , , []);
-This will marshall a request from the UIWebView to the iOS native side, more or less boiling down to calling the `action` method on the `service` class, with the arguments passed in the `args` Array.
+This will marshal a request from the UIWebView to the iOS native side, more or less boiling down to calling the `action` method on the `service` class, with the arguments passed in the `args` Array.
The `options` parameter for the Objective-C plugin method is being deprecated, and it should not be used. For legacy reasons - the last JavaScript object passed in the `args` Array will be passed in as the `options` dictionary of the method in Objective-C. You must make sure that any JavaScript object that is passed in as an element in the `args` array occurs as the last item in the Array, if not it will throw off the array index of all subsequent parameters of the Array in Objective-C. Only one JavaScript object is supported for the options dictionary, and only the last one encountered will be passed to the native method. It is because of these error-prone reasons that they are being deprecated.
diff --git a/docs/en/2.0.0/guide/whitelist/index.md b/docs/en/2.0.0/guide/whitelist/index.md
index 5261be7c31..edb0693cc2 100644
--- a/docs/en/2.0.0/guide/whitelist/index.md
+++ b/docs/en/2.0.0/guide/whitelist/index.md
@@ -23,7 +23,7 @@ Domain Whitelist Guide
Overview
--------
-Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then delcare access to specific network domains and subdomains.
+Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then declare access to specific network domains and subdomains.
Specification
-------------
diff --git a/docs/en/2.0.0rc1/cordova/contacts/Contact/contact.md b/docs/en/2.0.0rc1/cordova/contacts/Contact/contact.md
index 8e4a17a74d..8638bd521d 100644
--- a/docs/en/2.0.0rc1/cordova/contacts/Contact/contact.md
+++ b/docs/en/2.0.0rc1/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/2.0.0rc1/cordova/device/device.uuid.md b/docs/en/2.0.0rc1/cordova/device/device.uuid.md
index 6ea7e3e342..9cb58f008e 100644
--- a/docs/en/2.0.0rc1/cordova/device/device.uuid.md
+++ b/docs/en/2.0.0rc1/cordova/device/device.uuid.md
@@ -100,4 +100,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/2.0.0rc1/cordova/events/events.menubutton.md b/docs/en/2.0.0rc1/cordova/events/events.menubutton.md
index 717855c50d..80bc01eba2 100644
--- a/docs/en/2.0.0rc1/cordova/events/events.menubutton.md
+++ b/docs/en/2.0.0rc1/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/2.0.0rc1/cordova/file/filereader/filereader.md b/docs/en/2.0.0rc1/cordova/file/filereader/filereader.md
index 2e9a8f1ddb..1439daa523 100644
--- a/docs/en/2.0.0rc1/cordova/file/filereader/filereader.md
+++ b/docs/en/2.0.0rc1/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/2.0.0rc1/cordova/file/filewriter/filewriter.md b/docs/en/2.0.0rc1/cordova/file/filewriter/filewriter.md
index edd8707a93..a0fdf9f9d8 100644
--- a/docs/en/2.0.0rc1/cordova/file/filewriter/filewriter.md
+++ b/docs/en/2.0.0rc1/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/2.0.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/2.0.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
index 17b237e45c..29c1b780cd 100644
--- a/docs/en/2.0.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/2.0.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-`geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/2.0.0rc1/cordova/notification/notification.alert.md b/docs/en/2.0.0rc1/cordova/notification/notification.alert.md
index 3c8da7ef8d..4e62b59ae9 100644
--- a/docs/en/2.0.0rc1/cordova/notification/notification.alert.md
+++ b/docs/en/2.0.0rc1/cordova/notification/notification.alert.md
@@ -109,7 +109,7 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/2.0.0rc1/cordova/notification/notification.confirm.md b/docs/en/2.0.0rc1/cordova/notification/notification.confirm.md
index 259ff8761e..974239590b 100755
--- a/docs/en/2.0.0rc1/cordova/notification/notification.confirm.md
+++ b/docs/en/2.0.0rc1/cordova/notification/notification.confirm.md
@@ -119,7 +119,7 @@ Windows Phone 7 Quirks
- Ignores button names, always `'OK|Cancel'`.
- There is no built-in browser function for `window.confirm`
- You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/2.0.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/2.0.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index f8c9108770..945bbecb80 100644
--- a/docs/en/2.0.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/2.0.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/2.0.0rc1/guide/getting-started/android/index.md b/docs/en/2.0.0rc1/guide/getting-started/android/index.md
index a8e14a8368..a02dc98d89 100644
--- a/docs/en/2.0.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/2.0.0rc1/guide/getting-started/android/index.md
@@ -44,7 +44,7 @@ This guide describes how to set up your development environment for Cordova and

- Then specify new application project

-- Then speciy an Application Name, a Project Name and Package Name with Namespace
+- Then specify an Application Name, a Project Name and Package Name with Namespace

- Then select a graphic

diff --git a/docs/en/2.0.0rc1/guide/getting-started/bada/index.md b/docs/en/2.0.0rc1/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/2.0.0rc1/guide/getting-started/bada/index.md
+++ b/docs/en/2.0.0rc1/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/2.0.0rc1/guide/getting-started/blackberry/index.md b/docs/en/2.0.0rc1/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/2.0.0rc1/guide/getting-started/blackberry/index.md
+++ b/docs/en/2.0.0rc1/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/2.0.0rc1/guide/getting-started/symbian/index.md b/docs/en/2.0.0rc1/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/2.0.0rc1/guide/getting-started/symbian/index.md
+++ b/docs/en/2.0.0rc1/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/2.0.0rc1/guide/whitelist/index.md b/docs/en/2.0.0rc1/guide/whitelist/index.md
index 5261be7c31..edb0693cc2 100644
--- a/docs/en/2.0.0rc1/guide/whitelist/index.md
+++ b/docs/en/2.0.0rc1/guide/whitelist/index.md
@@ -23,7 +23,7 @@ Domain Whitelist Guide
Overview
--------
-Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then delcare access to specific network domains and subdomains.
+Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then declare access to specific network domains and subdomains.
Specification
-------------
diff --git a/docs/en/2.1.0rc1/cordova/contacts/Contact/contact.md b/docs/en/2.1.0rc1/cordova/contacts/Contact/contact.md
index 0ba3474bff..5a914795b0 100644
--- a/docs/en/2.1.0rc1/cordova/contacts/Contact/contact.md
+++ b/docs/en/2.1.0rc1/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/2.1.0rc1/cordova/device/device.uuid.md b/docs/en/2.1.0rc1/cordova/device/device.uuid.md
index 34eeb1e8bb..2cfc73b680 100644
--- a/docs/en/2.1.0rc1/cordova/device/device.uuid.md
+++ b/docs/en/2.1.0rc1/cordova/device/device.uuid.md
@@ -100,4 +100,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/2.1.0rc1/cordova/events/events.menubutton.md b/docs/en/2.1.0rc1/cordova/events/events.menubutton.md
index b3f0539458..193671d2e0 100644
--- a/docs/en/2.1.0rc1/cordova/events/events.menubutton.md
+++ b/docs/en/2.1.0rc1/cordova/events/events.menubutton.md
@@ -27,7 +27,7 @@ This is an event that fires when the user presses the menu button.
Details
-------
-If you need to override the default menu button behaviour you can register an event listenter for the 'menubutton' event.
+If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
diff --git a/docs/en/2.1.0rc1/cordova/file/filereader/filereader.md b/docs/en/2.1.0rc1/cordova/file/filereader/filereader.md
index 61ca501f66..495a6f016c 100644
--- a/docs/en/2.1.0rc1/cordova/file/filereader/filereader.md
+++ b/docs/en/2.1.0rc1/cordova/file/filereader/filereader.md
@@ -45,7 +45,7 @@ Methods
Details
-------
-The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system. Files can be read as text or as a base64 data encoded string. Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
Supported Platforms
-------------------
diff --git a/docs/en/2.1.0rc1/cordova/file/filewriter/filewriter.md b/docs/en/2.1.0rc1/cordova/file/filewriter/filewriter.md
index a44e172f16..11cc217c19 100644
--- a/docs/en/2.1.0rc1/cordova/file/filewriter/filewriter.md
+++ b/docs/en/2.1.0rc1/cordova/file/filewriter/filewriter.md
@@ -31,7 +31,7 @@ Properties
- __position:__ The current position of the file pointer. _(long)_
- __error:__ An object containing errors. _(FileError)_
- __onwritestart:__ Called when the write starts. . _(Function)_
-- __onprogress:__ Called while writing the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
+- __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
- __onwrite:__ Called when the request has completed successfully. _(Function)_
- __onabort:__ Called when the write has been aborted. For instance, by invoking the abort() method. _(Function)_
- __onerror:__ Called when the write has failed. _(Function)_
diff --git a/docs/en/2.1.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md b/docs/en/2.1.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
index 93aa259529..f97f3d190c 100644
--- a/docs/en/2.1.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/2.1.0rc1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -36,7 +36,7 @@ Parameters
Description
-----------
-`geolocation.getCurrentPositon` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter. If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
Supported Platforms
diff --git a/docs/en/2.1.0rc1/cordova/notification/notification.alert.md b/docs/en/2.1.0rc1/cordova/notification/notification.alert.md
index f4a793751d..4f409e0894 100644
--- a/docs/en/2.1.0rc1/cordova/notification/notification.alert.md
+++ b/docs/en/2.1.0rc1/cordova/notification/notification.alert.md
@@ -109,7 +109,7 @@ Windows Phone 7 Quirks
- Ignores button names, always uses 'OK'
- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert;
-- alert + confirm calls are non-blocking, and result is only available asyncronously.
+- alert + confirm calls are non-blocking, and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/2.1.0rc1/cordova/notification/notification.confirm.md b/docs/en/2.1.0rc1/cordova/notification/notification.confirm.md
index 1704f36784..cc812752b2 100755
--- a/docs/en/2.1.0rc1/cordova/notification/notification.confirm.md
+++ b/docs/en/2.1.0rc1/cordova/notification/notification.confirm.md
@@ -119,7 +119,7 @@ Windows Phone 7 Quirks
- Ignores button names, always `'OK|Cancel'`.
- There is no built-in browser function for `window.confirm`
- You can bind `window.confirm` by assigning `window.confirm = navigator.notification.confirm;`.
-- Calls to `alert` and `confirm` are non-blocking and result is only available asyncronously.
+- Calls to `alert` and `confirm` are non-blocking and result is only available asynchronously.
Bada 2.x Quirks
---------------
diff --git a/docs/en/2.1.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/2.1.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 89e7d72498..a324e7b358 100644
--- a/docs/en/2.1.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/2.1.0rc1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -35,7 +35,7 @@ Methods
Details
-------
-The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifing an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement. The object contains a length property letting you know how many rows the select statement has been returned. To get a row of data you would call the `item` method specifying an index. The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
Supported Platforms
-------------------
diff --git a/docs/en/2.1.0rc1/guide/getting-started/android/index.md b/docs/en/2.1.0rc1/guide/getting-started/android/index.md
index 7fad9dbdf8..fd2fcb20ce 100644
--- a/docs/en/2.1.0rc1/guide/getting-started/android/index.md
+++ b/docs/en/2.1.0rc1/guide/getting-started/android/index.md
@@ -44,7 +44,7 @@ This guide describes how to set up your development environment for Cordova and

- Then specify new application project

-- Then speciy an Application Name, a Project Name and Package Name with Namespace
+- Then specify an Application Name, a Project Name and Package Name with Namespace

- Then select a graphic

diff --git a/docs/en/2.1.0rc1/guide/getting-started/bada/index.md b/docs/en/2.1.0rc1/guide/getting-started/bada/index.md
index aa68e52db0..d02291de30 100644
--- a/docs/en/2.1.0rc1/guide/getting-started/bada/index.md
+++ b/docs/en/2.1.0rc1/guide/getting-started/bada/index.md
@@ -32,7 +32,7 @@ This guide describes how to set up your development environment for Cordova and
-------------------------
- Download and install the [Bada SDK](http://developer.bada.com) (Windows only).
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the bada directory.
3. Setup New Project
diff --git a/docs/en/2.1.0rc1/guide/getting-started/blackberry/index.md b/docs/en/2.1.0rc1/guide/getting-started/blackberry/index.md
index 178cba1ac8..0a23911073 100644
--- a/docs/en/2.1.0rc1/guide/getting-started/blackberry/index.md
+++ b/docs/en/2.1.0rc1/guide/getting-started/blackberry/index.md
@@ -79,7 +79,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
- Install the signing keys once they have been received:
- [Setup Smartphone Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_smartphone_apps_1920010_11.html)
- [Setup Tablet Signing keys](https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_tablet_apps_1920009_11.html)
-- Install [BlackBerry Desktop Sofware](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
+- Install [BlackBerry Desktop Software](http://us.blackberry.com/apps-software/desktop/) to be able to install a signed application to a smartphone device attached via USB.
- Open the project.properties file with your favorite editor and customize the following properties:
- Smartphone (Optional)
- `blackberry.sigtool.password` : Password used when code signing keys were registered. If not specified, a prompt will occur.
diff --git a/docs/en/2.1.0rc1/guide/getting-started/symbian/index.md b/docs/en/2.1.0rc1/guide/getting-started/symbian/index.md
index 26ff6e4a9d..d73ad926bd 100644
--- a/docs/en/2.1.0rc1/guide/getting-started/symbian/index.md
+++ b/docs/en/2.1.0rc1/guide/getting-started/symbian/index.md
@@ -40,7 +40,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
-------------------------
- Download and install [cygwin](http://www.cygwin.com/setup.exe) (Windows only). Make sure you select "make" as it is not included by default
-- Donwload the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
+- Download the latest copy of [Cordova](http://phonegap.com/download) and extract its contents. We will be working with the Android directory.
3. Setup New Project
diff --git a/docs/en/2.1.0rc1/guide/plugin-development/android/index.md b/docs/en/2.1.0rc1/guide/plugin-development/android/index.md
index 2fc8761dc2..7e6aafada2 100644
--- a/docs/en/2.1.0rc1/guide/plugin-development/android/index.md
+++ b/docs/en/2.1.0rc1/guide/plugin-development/android/index.md
@@ -33,7 +33,7 @@ The JavaScript portion of a plugin always uses the `cordova.exec` method as foll
exec(, , , , []);
-This will marshall a request from the WebView to the Android native
+This will marshal a request from the WebView to the Android native
side, more or less boiling down to calling the `action` method on the
`service` class, with the arguments passed in the `args` Array.
diff --git a/docs/en/2.1.0rc1/guide/plugin-development/bada/index.md b/docs/en/2.1.0rc1/guide/plugin-development/bada/index.md
index 258bb23373..542d34422e 100644
--- a/docs/en/2.1.0rc1/guide/plugin-development/bada/index.md
+++ b/docs/en/2.1.0rc1/guide/plugin-development/bada/index.md
@@ -26,7 +26,7 @@ The Bada implementation is a full javascript implementation. Therefore, adding a
1. Clone the CordovaJS repository
- git clone https://git-wip-us.apache.org/repos/asf/incubuator-cordova-js.git
+ git clone https://git-wip-us.apache.org/repos/asf/incubator-cordova-js.git
2. Create a new javascript file under __lib/bada/plugin/bada/__ and name it _HelloWorld.js_. Add the following content:
@@ -57,7 +57,7 @@ The Bada implementation is a full javascript implementation. Therefore, adding a
};
5. Now you can write your user-facing javascript however you like but remember that in order for your plugin to execute you need to call the following method
- exec(succes, fail, 'HelloWorld', 'printHello', ['Jackson!']);
+ exec(success, fail, 'HelloWorld', 'printHello', ['Jackson!']);
success is the success callback that gets executed when the plugin succeeds
fail is the failure callback that gets executed if the plugin fails
diff --git a/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md b/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md
index 8d5cd02e05..f5867059b0 100644
--- a/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md
+++ b/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md
@@ -26,7 +26,7 @@ In this article, we will explore how to develop the Echo plugin on BlackBerry. I
top level article about the JavaScript part of the plugin, it would be best if you read that first
and then this article. In addition, please download the [Cordova Blackberry repo](https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-webworks.git;a=summary).
-To note, the Corodova-BlackBerry project allows you to deploy to BlackBerry devices like the
+To note, the Cordova-BlackBerry project allows you to deploy to BlackBerry devices like the
Torch, Bold, etc and as well as the Playbook. There exists a distinction between deploying to
normal BlackBerry hand held devices (ie, Torch and Bold) and the Playbook. The code base between
the two are separate so when you develop for one, you have to duplicate your efforts for the other!
@@ -59,7 +59,7 @@ Cordova will know how to map the "Echo" argument of `cordova.exec` to the Echo c
## Adding Echo.java
If you notice the structure of the value attribute, you'll see a defined path that leads to the Echo
-plugin. In the root folder of the Cordova BlackBerry Webworks repo, look for a folder called framework.
+plugin. In the root folder of the Cordova BlackBerry WebWorks repo, look for a folder called framework.
This folder contains all of the source code that runs natively on the BlackBerry. cd into the folder
structure until you reach the path: `framework/ext/src/org/apache/cordova`. At this point, you'll see
all of the plugin folders and inside each folder is the plugins' source code. So, we will add
@@ -126,7 +126,7 @@ callback in JavaScript.
## Updating the .jar in your project's www folder
The addition of the Echo.java needs to be updated in your project so to build the .jar file, cd
-to the root directory of the BlackBerry Webworks repo. Use the ant command:
+to the root directory of the BlackBerry WebWorks repo. Use the ant command:
ant update -Dproject.path="~/path_to_my_project"
diff --git a/docs/en/2.1.0rc1/guide/plugin-development/ios/index.md b/docs/en/2.1.0rc1/guide/plugin-development/ios/index.md
index 4d1891d539..d6607e92b2 100644
--- a/docs/en/2.1.0rc1/guide/plugin-development/ios/index.md
+++ b/docs/en/2.1.0rc1/guide/plugin-development/ios/index.md
@@ -29,7 +29,7 @@ The JavaScript portion of a plugin always uses the `cordova.exec` method as foll
exec(, , , , []);
-This will marshall a request from the UIWebView to the iOS native side, more or less boiling down to calling the `action` method on the `service` class, with the arguments passed in the `args` Array.
+This will marshal a request from the UIWebView to the iOS native side, more or less boiling down to calling the `action` method on the `service` class, with the arguments passed in the `args` Array.
The plugin must be added to `Plugins` key (a Dictionary) of the `Cordova.plist` file in your Cordova-iOS application's project folder.
diff --git a/docs/en/2.1.0rc1/guide/plugin-development/windows-phone/index.md b/docs/en/2.1.0rc1/guide/plugin-development/windows-phone/index.md
index c33a54f8d7..dc378422f1 100644
--- a/docs/en/2.1.0rc1/guide/plugin-development/windows-phone/index.md
+++ b/docs/en/2.1.0rc1/guide/plugin-development/windows-phone/index.md
@@ -77,12 +77,12 @@ call to `cordova.exec`. For example, if you wanted to define your C# class like
Then, in JS you would need to call exec like this:
- codova.exec(win, fail, "com.mydomain.cordovaExtensions.Echo", ...);
+ cordova.exec(win, fail, "com.mydomain.cordovaExtensions.Echo", ...);
-Interpretting your arguments in C#
+Interpreting your arguments in C#
----------------------------------
-The data received by your plugin method is a string value, but in actuallality
+The data received by your plugin method is a string value, but in actuality
looking at our JavaScript code, we see our intention was to pass an array of strings.
Looking back at our JS call to `cordova.exec`, we see we passed `[str]`:
@@ -118,14 +118,14 @@ To pass structured object data back to JS, it should be encoded as a JSON string
DispatchCommandResult(new PluginResult(PluginResult.Status.OK, "{result:\"super awesome!\"}"));
-If you need to signal that an error has occured, you can call `DispatchCommandResult` with a `PluginResult` object:
+If you need to signal that an error has occurred, you can call `DispatchCommandResult` with a `PluginResult` object:
- DispatchCommandResult(new PluginResult(PluginResult.Status.ERROR, "Echo signalled an error"));
+ DispatchCommandResult(new PluginResult(PluginResult.Status.ERROR, "Echo signaled an error"));
Handling serialization errors in your plugin's C# method
--------------------------------------------------------
-When interpretting your arguments, it is a good idea to use a try/catch block
+When interpreting your arguments, it is a good idea to use a try/catch block
in case we have bad input. This is a pattern used throughout the Cordova C# code:
string optVal = null;
diff --git a/docs/en/2.1.0rc1/guide/whitelist/index.md b/docs/en/2.1.0rc1/guide/whitelist/index.md
index 9b24e39135..d222489bd1 100644
--- a/docs/en/2.1.0rc1/guide/whitelist/index.md
+++ b/docs/en/2.1.0rc1/guide/whitelist/index.md
@@ -23,7 +23,7 @@ Domain Whitelist Guide
Overview
--------
-Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then delcare access to specific network domains and subdomains.
+Domain whitelisting in Apache Cordova is a security model that controls access to outside domains, such as `http://google.com`. The default security policy is to block all network access. The application developer can then declare access to specific network domains and subdomains.
Specification
-------------
diff --git a/docs/en/2.1.0rc2/cordova/contacts/Contact/contact.md b/docs/en/2.1.0rc2/cordova/contacts/Contact/contact.md
index 0ba3474bff..5a914795b0 100644
--- a/docs/en/2.1.0rc2/cordova/contacts/Contact/contact.md
+++ b/docs/en/2.1.0rc2/cordova/contacts/Contact/contact.md
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
iOS Quirks
----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickame__ or "" is returned for __displayName__, respectively.
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified. If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively.
- __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned. Contents of temporary folder is deleted when application exits.
- __categories:__ This property is not currently supported and will always be returned as `null`.
diff --git a/docs/en/2.1.0rc2/cordova/device/device.uuid.md b/docs/en/2.1.0rc2/cordova/device/device.uuid.md
index d3f827054a..7bcda60035 100644
--- a/docs/en/2.1.0rc2/cordova/device/device.uuid.md
+++ b/docs/en/2.1.0rc2/cordova/device/device.uuid.md
@@ -104,4 +104,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i
Windows Phone 7 Quirks
-------------
-The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capablility is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
+The uuid for Windows Phone 7 requires the permission ID_CAP_IDENTITY_DEVICE. Microsoft will likely be deprecating this property in the near future. If the capability is not available, the application generates a persistent guid, that will be maintained for the install-lifetime of the application on the device.
diff --git a/docs/en/2.1.0rc2/cordova/events/events.batterycritical.md b/docs/en/2.1.0rc2/cordova/events/events.batterycritical.md
index 0f810c8faf..051edd0580 100644
--- a/docs/en/2.1.0rc2/cordova/events/events.batterycritical.md
+++ b/docs/en/2.1.0rc2/cordova/events/events.batterycritical.md
@@ -60,7 +60,7 @@ Full Example
- Cordova Battery Criticaly Example
+ Cordova Battery Critical Example