You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/15 21:11:14 UTC

docs commit: Fixing consistency and grammatical errors on front page

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 137c92be4 -> 362666ad9


Fixing consistency and grammatical errors on front page


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

Branch: refs/heads/cordova-website
Commit: 362666ad9e88162faa64a50aa3311c83dc8ab714
Parents: 137c92b
Author: riknoll <ri...@microsoft.com>
Authored: Tue Sep 15 09:46:53 2015 -0700
Committer: riknoll <ri...@microsoft.com>
Committed: Tue Sep 15 09:46:53 2015 -0700

----------------------------------------------------------------------
 www/index.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/362666ad/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index b6e5873..47a5b05 100644
--- a/www/index.html
+++ b/www/index.html
@@ -93,8 +93,8 @@ permalink: /
         </div>
         <div class="col-md-7">
             <h2>Create a project</h2>
-            <p>Create a Cordova project using the command-line tool to create a blank project.  Navigate to the directory where to create your project and type <code>cordova create &lt;PATH&gt;</code></p>
-            <p>For a complete set of options, type cordova help create</p>
+            <p>Create a Cordova project using the command-line tool to create a blank project.  Navigate to the directory where you wish to create your project and type <code>cordova create &lt;path&gt;</code></p>
+            <p>For a complete set of options, type <code>cordova help create</code></p>
         </div>
         <div class="col-md-4">
             <div class="well_code">
@@ -112,8 +112,8 @@ permalink: /
         </div>
         <div class="col-md-7">
             <h2>Add a platform</h2>
-            <p>After creating a Cordova project, navigate to the project directory.  From the project directory, you need to add a platform you want to build your app.</p>
-            <p>To add platform, type <code>cordova platform add &lt;platform name&gt;</code>.</p>
+            <p>After creating a Cordova project, navigate to the project directory.  From the project directory, you need to add a platform you want to build your app for.</p>
+            <p>To add a platform, type <code>cordova platform add &lt;platform name&gt;</code>.</p>
             <p>For a complete list of platforms you can add, run <code>cordova platform</code></p>
         </div>
         <div class="col-md-4">
@@ -134,7 +134,7 @@ permalink: /
         <div class="col-md-7">
             <h2>Run your app</h2>
             <p>From the command line, run <code>cordova run &lt;platform name&gt;</code>.</p>
-            <p>You can replace browser with the platform that you would like to run (e.g. iOS, Android, Windows)</p>
+            <p>You can replace browser with the platform that you would like to run (e.g. ios, android, windows)</p>
         </div>
         <div class="col-md-4">
             <div class="well_code">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org