diff options
| author | Chris Rebert <[email protected]> | 2013-09-11 10:29:19 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-11 10:29:19 -0700 |
| commit | c62426daeb8e7709422ab2eeeb0cf2eb2fad4575 (patch) | |
| tree | 5e8329ccff6fdfc6156b4cdd72ecec2830147012 | |
| parent | 1497c21fe3ea2e0588a7ea75ed7848d41c7ca168 (diff) | |
| parent | eebbee7c8163928735749d58c96a076967c7fb8d (diff) | |
| download | bootstrap-c62426daeb8e7709422ab2eeeb0cf2eb2fad4575.tar.xz bootstrap-c62426daeb8e7709422ab2eeeb0cf2eb2fad4575.zip | |
Merge pull request #10579 from roryokane/patch-1
Fix capitalization of “list groups” in middle of sentence
| -rw-r--r-- | getting-started.html | 2 |
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> |
