mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Fix doc typo
This commit is contained in:
		
							parent
							
								
									5d834e0510
								
							
						
					
					
						commit
						ef32979222
					
				|  | @ -8,7 +8,7 @@ toc: true | |||
| 
 | ||||
| ## How it works | ||||
| 
 | ||||
| The collapse JavaScript plugin is used to show and hide content. Buttons or anchors are used as triggers that are mapped to specific elements you toggle. Collapsing an element will animate the `height` from it's current value to `0`. Given how CSS handles animations, you cannot use `padding` on a `.collapse` element. Instead, use the class as an independent wrapping element. | ||||
| The collapse JavaScript plugin is used to show and hide content. Buttons or anchors are used as triggers that are mapped to specific elements you toggle. Collapsing an element will animate the `height` from its current value to `0`. Given how CSS handles animations, you cannot use `padding` on a `.collapse` element. Instead, use the class as an independent wrapping element. | ||||
| 
 | ||||
| ## Example | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue