aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Palmer2013-11-01 18:59:49 -0400
committerPete Bacon Darwin2013-11-04 22:23:02 +0000
commit5b1c972723df52cce089e743a92a3c45e82b592e (patch)
treecfa283fe47a4f5075e06ccfb1cb092460b7b6ef6
parentc82058ad57dfdab0e8e2505b6f44d7e33398ffb2 (diff)
downloadangular.js-5b1c972723df52cce089e743a92a3c45e82b592e.tar.bz2
docs(overview): improve readability
Inserted a couple of line breaks to increase readability. Closes #4756
-rw-r--r--docs/content/guide/overview.ngdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc
index 91e6e22c..b54113cc 100644
--- a/docs/content/guide/overview.ngdoc
+++ b/docs/content/guide/overview.ngdoc
@@ -88,7 +88,10 @@ concepts which the application developer may face:
<br>
<br>
<table>
- <tr><td>Quantity</td><td>Cost</td></tr>
+ <tr>
+ <td>Quantity</td>
+ <td>Cost</td>
+ </tr>
<tr>
<td><input type="number" ng-pattern="/\d+/" step="1" min="0" ng-model="qty" required ></td>
<td><input type="number" ng-model="cost" required ></td>