You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/08/11 00:25:01 UTC

docs commit: Fixed typos: (1) Extra parameter in Terminal screenshot (2) Inconsistent parameter name

Updated Branches:
  refs/heads/master 4af30f85a -> 88e3dfe7b


Fixed typos: (1) Extra parameter in Terminal screenshot (2) Inconsistent parameter name


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/88e3dfe7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/88e3dfe7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/88e3dfe7

Branch: refs/heads/master
Commit: 88e3dfe7b8ea80e77a0618792f61b79ca3eadfcf
Parents: 4af30f8
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Fri Aug 10 15:24:50 2012 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Fri Aug 10 15:24:50 2012 -0700

----------------------------------------------------------------------
 docs/en/2.0.0/guide/getting-started/ios/index.md   |    2 +-
 docs/en/edge/guide/getting-started/ios/index.md    |    2 +-
 .../getting-started/ios/bin_create_project.png     |  Bin 36904 -> 36146 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/88e3dfe7/docs/en/2.0.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.0.0/guide/getting-started/ios/index.md b/docs/en/2.0.0/guide/getting-started/ios/index.md
index e78f179..a307374 100644
--- a/docs/en/2.0.0/guide/getting-started/ios/index.md
+++ b/docs/en/2.0.0/guide/getting-started/ios/index.md
@@ -49,7 +49,7 @@ Setup New Project
 
 - Launch **Terminal.app**
 - Drag the copied **bin** folder to the **Terminal.app** icon in your Dock, it should launch a new Terminal window
-- Type in `./create <project_folder_path> <bundle_id> <project_name>` then press **"Enter"**
+- Type in `./create <project_folder_path> <package_name> <project_name>` then press **"Enter"**
 
         <project_folder_path> is the path to your new Cordova iOS project (it must be empty if it exists)
         <package_name> is the package name, following reverse-domain style convention

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/88e3dfe7/docs/en/edge/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/ios/index.md b/docs/en/edge/guide/getting-started/ios/index.md
index c3d23b1..4a0fba8 100644
--- a/docs/en/edge/guide/getting-started/ios/index.md
+++ b/docs/en/edge/guide/getting-started/ios/index.md
@@ -57,7 +57,7 @@ Create a New Project
 
 - Launch **Terminal.app**
 - Drag the **bin** folder (located in the permanent folder location of Cordova, from the **"Install Cordova"** section above) to the **Terminal.app** icon in your Dock, it should launch a new Terminal window
-- Type in `./create <project_folder_path> <bundle_id> <project_name>` then press **"Enter"**
+- Type in `./create <project_folder_path> <package_name> <project_name>` then press **"Enter"**
 
         <project_folder_path> is the path to your new Cordova iOS project (it must be empty if it exists)
         <package_name> is the package name, following reverse-domain style convention

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/88e3dfe7/template/docs/default/img/guide/getting-started/ios/bin_create_project.png
----------------------------------------------------------------------
diff --git a/template/docs/default/img/guide/getting-started/ios/bin_create_project.png b/template/docs/default/img/guide/getting-started/ios/bin_create_project.png
index 6c75e34..8984141 100644
Binary files a/template/docs/default/img/guide/getting-started/ios/bin_create_project.png and b/template/docs/default/img/guide/getting-started/ios/bin_create_project.png differ