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/08/09 18:45:59 UTC

[2/2] docs commit: minor: use CLI stubs in column headers

minor: use CLI stubs in column headers


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

Branch: refs/heads/master
Commit: 92190260846e5f32efe41160a5f193724fb433b1
Parents: 8d7115d
Author: Mike Sierra <le...@gmail.com>
Authored: Fri Aug 9 10:58:27 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Aug 9 09:45:46 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/overview/index.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/92190260/docs/en/edge/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/index.md b/docs/en/edge/guide/overview/index.md
index 30b7662..64bc2d6 100644
--- a/docs/en/edge/guide/overview/index.md
+++ b/docs/en/edge/guide/overview/index.md
@@ -129,14 +129,14 @@ available for each mobile platform:
 <thead>
     <tr>
         <th></td>
-        <th>Android</th>
-        <th>BlackBerry</th>
-        <th>BlackBerry 10</th>
-        <th>iOS</th>
-        <th>Windows<br/>Phone 7</th>
-        <th>Windows<br/>Phone 8</th>
-        <th>Windows<br/>8</th>
-        <th>Tizen</th>
+        <th><tt>android</tt></th>
+        <th><tt>blackberry</tt> (6)</th>
+        <th><tt>blackberry10</tt></th>
+        <th><tt>ios</tt></th>
+        <th><tt>wp7</tt> (Windows<br/>Phone 7)</th>
+        <th><tt>wp8</tt> (Windows<br/>Phone 8)</th>
+        <th><tt>win8</tt><br/>(Windows 8)</th>
+        <th><tt>tizen</tt></th>
     </tr>
 
 </thead>