You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/02/07 21:59:53 UTC

docs commit: Fix typo in formatting. Add mention of --edge arg.

Updated Branches:
  refs/heads/master b9bd36c79 -> e4be29004


Fix typo in formatting. Add mention of --edge arg.


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

Branch: refs/heads/master
Commit: e4be29004993c1fc385319a1b36c241bfe398c36
Parents: b9bd36c
Author: Marcel Kinard <cm...@gmail.com>
Authored: Thu Feb 7 15:58:52 2013 -0500
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Thu Feb 7 15:58:52 2013 -0500

----------------------------------------------------------------------
 README.md                                          |    6 +++++-
 .../cordova/compass/parameters/compassError.md     |    6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e4be2900/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d7822d9..3bcd4e0 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,11 @@ Currently, a Ruby script and [joDoc](http://github.com/davebalmer/jodoc) are use
 
 ### Run the Script
 
-    ./bin/generate
+    bin/generate
+
+If all you want to generate is edge/English, then
+
+    bin/generate --edge
 
 ### Problems
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e4be2900/docs/en/edge/cordova/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/compass/parameters/compassError.md b/docs/en/edge/cordova/compass/parameters/compassError.md
index cf89324..67023ec 100755
--- a/docs/en/edge/cordova/compass/parameters/compassError.md
+++ b/docs/en/edge/cordova/compass/parameters/compassError.md
@@ -25,6 +25,6 @@ onError callback function for compass functions.
 Example
 -------
 
-function(CompassError) {
-    // Handle the error
-}
+    function(CompassError) {
+        // Handle the error
+    }