From 3a51a57e375a5cc28c5b871ad2e4ce6108fbf1be Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:42:44 -0400 Subject: [PATCH 01/34] Brand: Cordova --- docs/en/2.0.0/guide/plugin-development/blackberry/index.md | 2 +- docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md | 2 +- .../en/2.1.0rc1/guide/plugin-development/windows-phone/index.md | 2 +- docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md | 2 +- .../en/2.1.0rc2/guide/plugin-development/windows-phone/index.md | 2 +- docs/en/edge/guide/plugin-development/blackberry/index.md | 2 +- docs/en/edge/guide/plugin-development/windows-phone/index.md | 2 +- docs/kr/2.0.0/guide/plugin-development/blackberry/index.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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..4c840be049 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! 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..aacaf3620e 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! 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..64ba3150c7 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,7 +77,7 @@ 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# ---------------------------------- diff --git a/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md b/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md index 8d5cd02e05..aacaf3620e 100644 --- a/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md +++ b/docs/en/2.1.0rc2/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! diff --git a/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md b/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md index c33a54f8d7..64ba3150c7 100644 --- a/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md +++ b/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md @@ -77,7 +77,7 @@ 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# ---------------------------------- diff --git a/docs/en/edge/guide/plugin-development/blackberry/index.md b/docs/en/edge/guide/plugin-development/blackberry/index.md index 8d5cd02e05..aacaf3620e 100644 --- a/docs/en/edge/guide/plugin-development/blackberry/index.md +++ b/docs/en/edge/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! diff --git a/docs/en/edge/guide/plugin-development/windows-phone/index.md b/docs/en/edge/guide/plugin-development/windows-phone/index.md index 42cf44e2d5..552ce8f0f2 100644 --- a/docs/en/edge/guide/plugin-development/windows-phone/index.md +++ b/docs/en/edge/guide/plugin-development/windows-phone/index.md @@ -77,7 +77,7 @@ 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", ...); Interpreting your arguments in C# ---------------------------------- diff --git a/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md b/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md index 03cdde8a76..4c840be049 100644 --- a/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md +++ b/docs/kr/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! From a0313845c8b82777f1dc06bc0b29f9e867d952af Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:58:09 -0400 Subject: [PATCH 02/34] Brand: Eclipse --- docs/en/1.4.0/guide/getting-started/android/index.md | 2 +- docs/en/1.4.0rc1/guide/getting-started/android/index.md | 2 +- docs/en/1.4.1/guide/getting-started/android/index.md | 2 +- docs/en/1.5.0/guide/getting-started/android/index.md | 2 +- docs/en/1.5.0rc1/guide/getting-started/android/index.md | 2 +- docs/en/1.6.0rc1/guide/getting-started/android/index.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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..3671cd56c2 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 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..82779161b0 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 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..c82169e230 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 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..b03565f190 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 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..f90d6840f2 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 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..dc4cc0f49f 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 From c94e4d36d37f003aeeba5468b7a17c419526f68f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 17:35:08 -0400 Subject: [PATCH 03/34] Brand: WebWorks --- docs/en/2.0.0/guide/plugin-development/blackberry/index.md | 4 ++-- docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md | 4 ++-- docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md | 4 ++-- docs/en/edge/guide/plugin-development/blackberry/index.md | 4 ++-- docs/jp/2.0.0/guide/plugin-development/blackberry/index.md | 4 ++-- docs/kr/2.0.0/guide/plugin-development/blackberry/index.md | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) 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 4c840be049..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 @@ -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.1.0rc1/guide/plugin-development/blackberry/index.md b/docs/en/2.1.0rc1/guide/plugin-development/blackberry/index.md index aacaf3620e..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 @@ -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.0rc2/guide/plugin-development/blackberry/index.md b/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md index aacaf3620e..f5867059b0 100644 --- a/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md +++ b/docs/en/2.1.0rc2/guide/plugin-development/blackberry/index.md @@ -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/edge/guide/plugin-development/blackberry/index.md b/docs/en/edge/guide/plugin-development/blackberry/index.md index aacaf3620e..f5867059b0 100644 --- a/docs/en/edge/guide/plugin-development/blackberry/index.md +++ b/docs/en/edge/guide/plugin-development/blackberry/index.md @@ -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/jp/2.0.0/guide/plugin-development/blackberry/index.md b/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md index d92c90c140..fd5b97660f 100644 --- a/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md +++ b/docs/jp/2.0.0/guide/plugin-development/blackberry/index.md @@ -59,7 +59,7 @@ Echo 関数: ## Echo.java の追加 もし value 属性の構造にお気づきなら、 Echo プラグインへの定義されたパスが見えるでしょう。 -Cordova BlackBerry Webworks のリポジトリーのルートフォルダーで、 framework と呼ばれるフォルダーを探してください。 +Cordova BlackBerry WebWorks のリポジトリーのルートフォルダーで、 framework と呼ばれるフォルダーを探してください。 このフォルダーは BlackBerry 上で動くすべてのソースコードを含んでいます。 このフォルダー以下の `framework/ext/src/org/apache/cordova` にフォルダーに辿りつくまで cd し続けます。 この時すべてのプラグインフォルダーが見えるでしょう。また、それぞれのフォルダーの中身はプラグインのソースコードとなっています。 @@ -127,7 +127,7 @@ cordova.exec へのすべての呼び出しは、クラス内で実行したい ## www フォルダーの .jar の更新 -あなたのプロジェクト内で Echo.java の追加分が更新される必要があります。 .jar ファイルをビルドするためには、 BlackBerry Webworks リポジトリーのルートディレクトリに cd します。 +あなたのプロジェクト内で Echo.java の追加分が更新される必要があります。 .jar ファイルをビルドするためには、 BlackBerry WebWorks リポジトリーのルートディレクトリに cd します。 次の ant コマンドを使用します: ant update -Dproject.path="~/path_to_my_project" diff --git a/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md b/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md index 4c840be049..598400253e 100644 --- a/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md +++ b/docs/kr/2.0.0/guide/plugin-development/blackberry/index.md @@ -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" From 9500e2b737f1bdcf65a9cc80a620133a6ae69366 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:33:44 -0400 Subject: [PATCH 04/34] Spelling: actuality --- .../en/2.1.0rc1/guide/plugin-development/windows-phone/index.md | 2 +- .../en/2.1.0rc2/guide/plugin-development/windows-phone/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 64ba3150c7..20625e7336 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 @@ -82,7 +82,7 @@ Then, in JS you would need to call exec like this: Interpretting 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]`: diff --git a/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md b/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md index 64ba3150c7..20625e7336 100644 --- a/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md +++ b/docs/en/2.1.0rc2/guide/plugin-development/windows-phone/index.md @@ -82,7 +82,7 @@ Then, in JS you would need to call exec like this: Interpretting 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]`: From 1710d92e3e7b161d03506d61d19d5a70a014eb74 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:35:01 -0400 Subject: [PATCH 05/34] Spelling: application --- docs/en/1.4.0/guide/getting-started/android/index.md | 2 +- docs/en/1.4.0rc1/guide/getting-started/android/index.md | 2 +- docs/en/1.4.1/guide/getting-started/android/index.md | 2 +- docs/en/1.5.0/guide/getting-started/android/index.md | 2 +- docs/en/1.5.0rc1/guide/getting-started/android/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 3671cd56c2..d5be1be586 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 @@ -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/android/index.md b/docs/en/1.4.0rc1/guide/getting-started/android/index.md index 82779161b0..c7680de728 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 @@ -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/android/index.md b/docs/en/1.4.1/guide/getting-started/android/index.md index c82169e230..2a1f5ecb0e 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 @@ -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/android/index.md b/docs/en/1.5.0/guide/getting-started/android/index.md index b03565f190..0915a58f0b 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 @@ -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/android/index.md b/docs/en/1.5.0rc1/guide/getting-started/android/index.md index f90d6840f2..8e0751b3e5 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 @@ -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) From fcab873f2aa73dccb99cbc3282db2841414ce614 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:36:55 -0400 Subject: [PATCH 06/34] Spelling: asynchronously --- docs/en/1.6.0/cordova/notification/notification.alert.md | 2 +- docs/en/1.6.0/cordova/notification/notification.confirm.md | 2 +- docs/en/1.6.1/cordova/notification/notification.alert.md | 2 +- docs/en/1.6.1/cordova/notification/notification.confirm.md | 2 +- docs/en/1.7.0/cordova/notification/notification.alert.md | 2 +- docs/en/1.7.0/cordova/notification/notification.confirm.md | 2 +- .../en/1.7.0rc1/cordova/notification/notification.alert.md | 2 +- .../1.7.0rc1/cordova/notification/notification.confirm.md | 2 +- docs/en/1.8.0/cordova/notification/notification.alert.md | 2 +- docs/en/1.8.0/cordova/notification/notification.confirm.md | 2 +- .../en/1.8.0rc1/cordova/notification/notification.alert.md | 2 +- .../1.8.0rc1/cordova/notification/notification.confirm.md | 2 +- docs/en/1.8.1/cordova/notification/notification.alert.md | 2 +- docs/en/1.8.1/cordova/notification/notification.confirm.md | 2 +- docs/en/1.9.0/cordova/notification/notification.alert.md | 2 +- docs/en/1.9.0/cordova/notification/notification.confirm.md | 2 +- .../en/1.9.0rc1/cordova/notification/notification.alert.md | 2 +- .../1.9.0rc1/cordova/notification/notification.confirm.md | 2 +- docs/en/2.0.0/cordova/notification/notification.alert.md | 2 +- docs/en/2.0.0/cordova/notification/notification.confirm.md | 2 +- .../en/2.0.0rc1/cordova/notification/notification.alert.md | 2 +- .../2.0.0rc1/cordova/notification/notification.confirm.md | 2 +- .../en/2.1.0rc1/cordova/notification/notification.alert.md | 2 +- .../2.1.0rc1/cordova/notification/notification.confirm.md | 2 +- .../en/2.1.0rc2/cordova/notification/notification.alert.md | 2 +- .../2.1.0rc2/cordova/notification/notification.confirm.md | 2 +- docs/en/edge/cordova/notification/notification.alert.md | 7 ------- docs/kr/2.0.0/cordova/notification/notification.alert.md | 2 +- docs/kr/2.0.0/cordova/notification/notification.confirm.md | 2 +- 29 files changed, 28 insertions(+), 35 deletions(-) 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.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.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.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.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.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.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.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.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/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.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.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.0rc2/cordova/notification/notification.alert.md b/docs/en/2.1.0rc2/cordova/notification/notification.alert.md index 2ade0c4755..d4c740fa08 100644 --- a/docs/en/2.1.0rc2/cordova/notification/notification.alert.md +++ b/docs/en/2.1.0rc2/cordova/notification/notification.alert.md @@ -110,7 +110,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.0rc2/cordova/notification/notification.confirm.md b/docs/en/2.1.0rc2/cordova/notification/notification.confirm.md index 0c7ed7ba74..bdd8910a19 100755 --- a/docs/en/2.1.0rc2/cordova/notification/notification.confirm.md +++ b/docs/en/2.1.0rc2/cordova/notification/notification.confirm.md @@ -120,7 +120,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/edge/cordova/notification/notification.alert.md b/docs/en/edge/cordova/notification/notification.alert.md index b1b0e408a8..89c8f23e11 100644 --- a/docs/en/edge/cordova/notification/notification.alert.md +++ b/docs/en/edge/cordova/notification/notification.alert.md @@ -112,13 +112,6 @@ Windows Phone 7 and 8 Quirks - 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 asynchronously. -Windows 8 App Quirks ---------------- - -- In the other platforms, messages "stack up" - e.g. issue two **alert** requests and you'll get two messages overlaid. In Windows 8 apps, -you only get the last message. -- There is no built in browser alert, so if you want to just write alert('foo'); you can assign window.alert = navigator.notification.alert; - Bada 2.x Quirks --------------- - alert uses javascript alert diff --git a/docs/kr/2.0.0/cordova/notification/notification.alert.md b/docs/kr/2.0.0/cordova/notification/notification.alert.md index 3c8da7ef8d..4e62b59ae9 100644 --- a/docs/kr/2.0.0/cordova/notification/notification.alert.md +++ b/docs/kr/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/kr/2.0.0/cordova/notification/notification.confirm.md b/docs/kr/2.0.0/cordova/notification/notification.confirm.md index 259ff8761e..974239590b 100755 --- a/docs/kr/2.0.0/cordova/notification/notification.confirm.md +++ b/docs/kr/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 --------------- From dfbc982ffee462f14a164f56d62a6658ff6e8422 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:39:33 -0400 Subject: [PATCH 07/34] Spelling: button --- docs/en/0.9.5.1/phonegap/events/events.backbutton.md | 2 +- docs/en/0.9.6/phonegap/events/events.backbutton.md | 2 +- docs/en/0.9.6/phonegap/events/events.menubutton.md | 2 +- docs/en/0.9.6/phonegap/events/events.searchbutton.md | 2 +- docs/en/1.0.0/phonegap/events/events.backbutton.md | 2 +- docs/en/1.0.0/phonegap/events/events.menubutton.md | 2 +- docs/en/1.0.0/phonegap/events/events.searchbutton.md | 2 +- docs/en/1.0.0rc1/phonegap/events/events.backbutton.md | 2 +- docs/en/1.0.0rc1/phonegap/events/events.menubutton.md | 2 +- docs/en/1.0.0rc1/phonegap/events/events.searchbutton.md | 2 +- docs/en/1.0.0rc2/phonegap/events/events.backbutton.md | 2 +- docs/en/1.0.0rc2/phonegap/events/events.menubutton.md | 2 +- docs/en/1.0.0rc2/phonegap/events/events.searchbutton.md | 2 +- docs/en/1.0.0rc3/phonegap/events/events.backbutton.md | 2 +- docs/en/1.0.0rc3/phonegap/events/events.menubutton.md | 2 +- docs/en/1.0.0rc3/phonegap/events/events.searchbutton.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) 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..6642033474 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 @@ -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.backbutton.md b/docs/en/0.9.6/phonegap/events/events.backbutton.md index 2c5b2ff7a3..58890e4a79 100644 --- a/docs/en/0.9.6/phonegap/events/events.backbutton.md +++ b/docs/en/0.9.6/phonegap/events/events.backbutton.md @@ -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..8f8cb0cc67 100644 --- a/docs/en/0.9.6/phonegap/events/events.menubutton.md +++ b/docs/en/0.9.6/phonegap/events/events.menubutton.md @@ -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..574c6a554f 100644 --- a/docs/en/0.9.6/phonegap/events/events.searchbutton.md +++ b/docs/en/0.9.6/phonegap/events/events.searchbutton.md @@ -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/events/events.backbutton.md b/docs/en/1.0.0/phonegap/events/events.backbutton.md index da4ce3424c..287cbafab2 100644 --- a/docs/en/1.0.0/phonegap/events/events.backbutton.md +++ b/docs/en/1.0.0/phonegap/events/events.backbutton.md @@ -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..fa8d526180 100644 --- a/docs/en/1.0.0/phonegap/events/events.menubutton.md +++ b/docs/en/1.0.0/phonegap/events/events.menubutton.md @@ -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..00f736ec2d 100644 --- a/docs/en/1.0.0/phonegap/events/events.searchbutton.md +++ b/docs/en/1.0.0/phonegap/events/events.searchbutton.md @@ -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/events/events.backbutton.md b/docs/en/1.0.0rc1/phonegap/events/events.backbutton.md index da4ce3424c..287cbafab2 100644 --- a/docs/en/1.0.0rc1/phonegap/events/events.backbutton.md +++ b/docs/en/1.0.0rc1/phonegap/events/events.backbutton.md @@ -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..fa8d526180 100644 --- a/docs/en/1.0.0rc1/phonegap/events/events.menubutton.md +++ b/docs/en/1.0.0rc1/phonegap/events/events.menubutton.md @@ -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..00f736ec2d 100644 --- a/docs/en/1.0.0rc1/phonegap/events/events.searchbutton.md +++ b/docs/en/1.0.0rc1/phonegap/events/events.searchbutton.md @@ -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/events/events.backbutton.md b/docs/en/1.0.0rc2/phonegap/events/events.backbutton.md index da4ce3424c..287cbafab2 100644 --- a/docs/en/1.0.0rc2/phonegap/events/events.backbutton.md +++ b/docs/en/1.0.0rc2/phonegap/events/events.backbutton.md @@ -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..fa8d526180 100644 --- a/docs/en/1.0.0rc2/phonegap/events/events.menubutton.md +++ b/docs/en/1.0.0rc2/phonegap/events/events.menubutton.md @@ -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..00f736ec2d 100644 --- a/docs/en/1.0.0rc2/phonegap/events/events.searchbutton.md +++ b/docs/en/1.0.0rc2/phonegap/events/events.searchbutton.md @@ -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/events/events.backbutton.md b/docs/en/1.0.0rc3/phonegap/events/events.backbutton.md index da4ce3424c..287cbafab2 100644 --- a/docs/en/1.0.0rc3/phonegap/events/events.backbutton.md +++ b/docs/en/1.0.0rc3/phonegap/events/events.backbutton.md @@ -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..fa8d526180 100644 --- a/docs/en/1.0.0rc3/phonegap/events/events.menubutton.md +++ b/docs/en/1.0.0rc3/phonegap/events/events.menubutton.md @@ -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..00f736ec2d 100644 --- a/docs/en/1.0.0rc3/phonegap/events/events.searchbutton.md +++ b/docs/en/1.0.0rc3/phonegap/events/events.searchbutton.md @@ -42,7 +42,7 @@ Quick Example document.addEventListener("searchbutton", onSearchKeyDown, false); function onSearchKeyDown() { - // Handle the back buton + // Handle the back button } Full Example From 713d578ecd97882caf13c4392330764d9890ca9b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:40:54 -0400 Subject: [PATCH 08/34] Spelling: capability --- docs/en/1.6.0/cordova/device/device.uuid.md | 2 +- docs/en/1.6.1/cordova/device/device.uuid.md | 2 +- docs/en/1.7.0/cordova/device/device.uuid.md | 2 +- docs/en/1.7.0rc1/cordova/device/device.uuid.md | 2 +- docs/en/1.8.0/cordova/device/device.uuid.md | 2 +- docs/en/1.8.0rc1/cordova/device/device.uuid.md | 2 +- docs/en/1.8.1/cordova/device/device.uuid.md | 2 +- docs/en/1.9.0/cordova/device/device.uuid.md | 2 +- docs/en/1.9.0rc1/cordova/device/device.uuid.md | 2 +- docs/en/2.0.0/cordova/device/device.uuid.md | 2 +- docs/en/2.0.0rc1/cordova/device/device.uuid.md | 2 +- docs/en/2.1.0rc1/cordova/device/device.uuid.md | 2 +- docs/en/2.1.0rc2/cordova/device/device.uuid.md | 2 +- docs/en/edge/cordova/device/device.uuid.md | 2 +- docs/kr/2.0.0/cordova/device/device.uuid.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) 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.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.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.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.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.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.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.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.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/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.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.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.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/edge/cordova/device/device.uuid.md b/docs/en/edge/cordova/device/device.uuid.md index 12f28e4768..6e5d65a7e6 100644 --- a/docs/en/edge/cordova/device/device.uuid.md +++ b/docs/en/edge/cordova/device/device.uuid.md @@ -105,4 +105,4 @@ The uuid for iOS is not unique for a device, but is unique per application per i Windows Phone 7 and 8 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/kr/2.0.0/cordova/device/device.uuid.md b/docs/kr/2.0.0/cordova/device/device.uuid.md index 6ea7e3e342..9cb58f008e 100644 --- a/docs/kr/2.0.0/cordova/device/device.uuid.md +++ b/docs/kr/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. From 446a3ed8d704cd8c9e1e7cfb04da17acc88012df Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:41:37 -0400 Subject: [PATCH 09/34] Spelling: developer --- docs/en/1.6.0/guide/getting-started/ios/index.md | 2 +- docs/en/1.6.1/guide/getting-started/ios/index.md | 2 +- docs/en/1.7.0/guide/getting-started/ios/index.md | 2 +- docs/en/1.7.0rc1/guide/getting-started/ios/index.md | 2 +- docs/en/1.8.0rc1/guide/getting-started/ios/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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..858b1c840e 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,7 +33,7 @@ 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 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..858b1c840e 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,7 +33,7 @@ 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 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..5e4a41eb25 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,7 +33,7 @@ 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 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..858b1c840e 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,7 +33,7 @@ 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 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..5e4a41eb25 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,7 +33,7 @@ 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 From ec398f19b93efb194950795d226eb1c5fc331959 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:43:28 -0400 Subject: [PATCH 10/34] Spelling: contact --- docs/en/0.9.4/phonegap/contacts/Contact/contact.md | 2 +- docs/en/0.9.5.1/phonegap/contacts/Contact/contact.md | 2 +- docs/en/0.9.5/phonegap/contacts/Contact/contact.md | 2 +- docs/en/0.9.6/phonegap/contacts/Contact/contact.md | 2 +- docs/en/1.0.0rc1/phonegap/contacts/Contact/contact.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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..6e16ba8dd9 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 ------- 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..9a54a3265a 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 ------- 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..8ee073fd62 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 ------- 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..6fe5804c95 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 ------- 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..21405597c3 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 ------- From ebe473a900cbf2b5791ff28757b8226051795e7a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:45:15 -0400 Subject: [PATCH 11/34] Spelling: contributor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 559112fea8722e9e8af916c28455888acdbb0588 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 16:52:14 -0400 Subject: [PATCH 12/34] Spelling: critical --- docs/en/2.1.0rc2/cordova/events/events.batterycritical.md | 2 +- docs/en/edge/cordova/events/events.batterycritical.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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