Commit c62426da authored by Chris Rebert's avatar Chris Rebert

Merge pull request #10579 from roryokane/patch-1

Fix capitalization of “list groups” in middle of sentence
parents 1497c21f eebbee7c
...@@ -631,7 +631,7 @@ bootstrap/ ...@@ -631,7 +631,7 @@ bootstrap/
<tr> <tr>
<td>Nav lists</td> <td>Nav lists</td>
<td><code>.nav-list</code> <code>.nav-header</code></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> </tr>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment