aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRory O’Kane <[email protected]>2013-09-11 12:18:32 -0400
committerRory O’Kane <[email protected]>2013-09-11 12:18:32 -0400
commiteebbee7c8163928735749d58c96a076967c7fb8d (patch)
tree5e8329ccff6fdfc6156b4cdd72ecec2830147012
parent1497c21fe3ea2e0588a7ea75ed7848d41c7ca168 (diff)
downloadbootstrap-eebbee7c8163928735749d58c96a076967c7fb8d.tar.xz
bootstrap-eebbee7c8163928735749d58c96a076967c7fb8d.zip
Fix capitalization of “list groups” in middle of sentence
When “list groups” is used in the middle of a sentence in http://getbootstrap.com/components/#list-group-basic, it is not capitalized.
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 84dec459e..886ac5cec 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -631,7 +631,7 @@ bootstrap/
<tr>
<td>Nav lists</td>
<td><code>.nav-list</code> <code>.nav-header</code></td>
- <td>No direct equivalent, but <a href="../components/#list-group">List groups</a> and <a href="../javascript/#collapse"><code>.panel-group</code>s</a> are similar.</td>
+ <td>No direct equivalent, but <a href="../components/#list-group">list groups</a> and <a href="../javascript/#collapse"><code>.panel-group</code>s</a> are similar.</td>
</tr>
</tbody>
</table>