mirror of https://github.com/twbs/bootstrap.git
				
				
				
			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.
This commit is contained in:
		
							parent
							
								
									1497c21fe3
								
							
						
					
					
						commit
						eebbee7c81
					
				|  | @ -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> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue