Updated Branches:
  refs/heads/master 3f835a256 -> 3e5fb5cf9

Fix typo where 'ant' is spelled 'any'


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/3e5fb5cf
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/3e5fb5cf
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/3e5fb5cf

Branch: refs/heads/master
Commit: 3e5fb5cf998841e8ecb14c1256e117e8458a4b0e
Parents: 3f835a2
Author: Simon MacDonald <simon.macdon...@gmail.com>
Authored: Wed Nov 14 16:00:27 2012 -0500
Committer: Simon MacDonald <simon.macdon...@gmail.com>
Committed: Wed Nov 14 16:00:27 2012 -0500

----------------------------------------------------------------------
 .../2.2.0/guide/getting-started/android/index.md   |    2 +-
 .../en/edge/guide/getting-started/android/index.md |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/3e5fb5cf/docs/en/2.2.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.2.0/guide/getting-started/android/index.md 
b/docs/en/2.2.0/guide/getting-started/android/index.md
index d0c788b..af45f38 100644
--- a/docs/en/2.2.0/guide/getting-started/android/index.md
+++ b/docs/en/2.2.0/guide/getting-started/android/index.md
@@ -71,7 +71,7 @@ This guide describes how to set up your development 
environment for Cordova and
 
 - Save your edit. Close the Environment Variables dialog.
 - Additionally, you may need to include `%JAVA_HOME%\bin` to your PATH as 
well. To check to see if this is required, run a command prompt and type 
`java`. If the program can not be found add `%JAVA_HOME%\bin` to the PATH. You 
may need to specify the full path instead of using the `%JAVA_HOME%` 
environment variable.
-- Finally, you may need to include `%ANT_HOME%\bin` to your PATH as well. To 
check to see if this is required, run a command prompt and type `any`. If the 
program can not be found add `%ANT_HOME%\bin` to the PATH. You may need to 
specify the full path instead of using the `%ANT_HOME%` environment variable.
+- Finally, you may need to include `%ANT_HOME%\bin` to your PATH as well. To 
check to see if this is required, run a command prompt and type `ant`. If the 
program can not be found add `%ANT_HOME%\bin` to the PATH. You may need to 
specify the full path instead of using the `%ANT_HOME%` environment variable.
 
 
 4. Setup New Project

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/3e5fb5cf/docs/en/edge/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/android/index.md 
b/docs/en/edge/guide/getting-started/android/index.md
index d0c788b..af45f38 100644
--- a/docs/en/edge/guide/getting-started/android/index.md
+++ b/docs/en/edge/guide/getting-started/android/index.md
@@ -71,7 +71,7 @@ This guide describes how to set up your development 
environment for Cordova and
 
 - Save your edit. Close the Environment Variables dialog.
 - Additionally, you may need to include `%JAVA_HOME%\bin` to your PATH as 
well. To check to see if this is required, run a command prompt and type 
`java`. If the program can not be found add `%JAVA_HOME%\bin` to the PATH. You 
may need to specify the full path instead of using the `%JAVA_HOME%` 
environment variable.
-- Finally, you may need to include `%ANT_HOME%\bin` to your PATH as well. To 
check to see if this is required, run a command prompt and type `any`. If the 
program can not be found add `%ANT_HOME%\bin` to the PATH. You may need to 
specify the full path instead of using the `%ANT_HOME%` environment variable.
+- Finally, you may need to include `%ANT_HOME%\bin` to your PATH as well. To 
check to see if this is required, run a command prompt and type `ant`. If the 
program can not be found add `%ANT_HOME%\bin` to the PATH. You may need to 
specify the full path instead of using the `%ANT_HOME%` environment variable.
 
 
 4. Setup New Project

Reply via email to