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

[8/8] docs commit: [CB-3962] don't hyphenate adverbs

[CB-3962] don't hyphenate adverbs


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

Branch: refs/heads/master
Commit: e5e6e635f14ce2e82924c242619df01d3176bbe2
Parents: 7bcd0e5
Author: Mike Sierra <le...@gmail.com>
Authored: Tue Jul 16 13:39:57 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Jul 16 14:20:08 2013 -0700

----------------------------------------------------------------------
 STYLESHEET.md                   | 3 +++
 docs/en/edge/guide/cli/index.md | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e5e6e635/STYLESHEET.md
----------------------------------------------------------------------
diff --git a/STYLESHEET.md b/STYLESHEET.md
index 70954d7..b4646bd 100644
--- a/STYLESHEET.md
+++ b/STYLESHEET.md
@@ -162,6 +162,9 @@ editorial guidelines.
   not api's or API's. Only use apostrophes for possessives, e.g. "the
   API's members"
 
+* Do not hyphenate adverbs, as it's implict they modify verbs.  So,
+  "commonly seen problems," not "commonly-seen problems"
+
 ## Miscellaneous
 
 * For procedure lists, don't break out separate items for (1) do this,

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e5e6e635/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 7a00013..f847e84 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -223,6 +223,6 @@ launch from the home screen:
 
 plugin(s) [add|remove|ls [path]] ..... adds or removes a
          plugin (from the specified path), or lists all
-         currently-added plugins
+         currently added plugins
 
 -->