]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix capitalization of “list groups” in middle of sentence 10579/head
authorRory O’Kane <rory@roryokane.com>
Wed, 11 Sep 2013 16:18:32 +0000 (12:18 -0400)
committerRory O’Kane <rory@roryokane.com>
Wed, 11 Sep 2013 16:18:32 +0000 (12:18 -0400)
When “list groups” is used in the middle of a sentence in http://getbootstrap.com/components/#list-group-basic, it is not capitalized.

getting-started.html

index 84dec459ea3732dacddef128e77886c1d754776e..886ac5cec4d38f534f0dd9d012ce29a282712a96 100644 (file)
@@ -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>