Updated Branches: refs/heads/master 2a5b0f089 -> e1391cc60
[CB-3816] no space in 'Hello World' until other bug gets fixed (part 2) Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e1391cc6 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e1391cc6 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e1391cc6 Branch: refs/heads/master Commit: e1391cc60192513b8a14a68238fff4bfa24ae4e2 Parents: 2a5b0f0 Author: Andrew Grieve <[email protected]> Authored: Thu Jul 25 10:01:26 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Thu Jul 25 10:01:26 2013 -0400 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/android/index.md | 2 +- docs/en/edge/guide/platforms/blackberry/index.md | 2 +- docs/en/edge/guide/platforms/ios/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e1391cc6/docs/en/edge/guide/platforms/android/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/android/index.md b/docs/en/edge/guide/platforms/android/index.md index a136520..6382f30 100644 --- a/docs/en/edge/guide/platforms/android/index.md +++ b/docs/en/edge/guide/platforms/android/index.md @@ -103,7 +103,7 @@ run: Use the `cordova` utility to set up a new project, as described in The Cordova The Command-line Interface. For example, in a source-code directory: - $ cordova create hello com.example.hello "Hello World" + $ cordova create hello com.example.hello "HelloWorld" $ cd hello $ cordova platform add android $ cordova build http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e1391cc6/docs/en/edge/guide/platforms/blackberry/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/blackberry/index.md b/docs/en/edge/guide/platforms/blackberry/index.md index 0a08165..9f18563 100644 --- a/docs/en/edge/guide/platforms/blackberry/index.md +++ b/docs/en/edge/guide/platforms/blackberry/index.md @@ -128,7 +128,7 @@ Build the Cordova sample project by typing `./cordova/build <target>` in your co blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager These correspond to parameters you specify when building your project. -The first time you run these commands, they generate a "Hello World" +The first time you run these commands, they generate a "HelloWorld" application: cordova/build playbook http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e1391cc6/docs/en/edge/guide/platforms/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/ios/index.md b/docs/en/edge/guide/platforms/ios/index.md index 674593a..209b3aa 100644 --- a/docs/en/edge/guide/platforms/ios/index.md +++ b/docs/en/edge/guide/platforms/ios/index.md @@ -74,7 +74,7 @@ __Install__ button next to the __Command Line Tools__ listing. Use the `cordova` utility to set up a new project, as described in The Cordova The Command-line Interface. For example, in a source-code directory: - $ cordova create hello com.example.hello "Hello World" + $ cordova create hello com.example.hello "HelloWorld" $ cd hello $ cordova platform add android $ cordova prepare # or "cordova build"
