mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	popovers.html: fix typo: "Dimissmisable"
This commit is contained in:
		
							parent
							
								
									3f68c40ac1
								
							
						
					
					
						commit
						5b9e2bf126
					
				@ -111,10 +111,10 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
 | 
			
		||||
  <h4>Dismiss on next click</h4>
 | 
			
		||||
  <p>Use the <code>focus</code> trigger to dismiss popovers on their next click.</p>
 | 
			
		||||
  <div class="bs-example" style="padding-bottom: 24px;">
 | 
			
		||||
    <button type="button" class="btn btn-lg btn-danger bs-docs-popover-dismiss" data-toggle="popover" title="Dimissmisable popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissable popover</button>
 | 
			
		||||
    <button type="button" class="btn btn-lg btn-danger bs-docs-popover-dismiss" data-toggle="popover" title="Dismissable popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissable popover</button>
 | 
			
		||||
  </div>
 | 
			
		||||
{% highlight html %}
 | 
			
		||||
<button type="button" class="btn btn-lg btn-danger popover-dismiss" data-toggle="popover" title="Dimissmisable popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissable popover</button>
 | 
			
		||||
<button type="button" class="btn btn-lg btn-danger popover-dismiss" data-toggle="popover" title="Dismissable popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissable popover</button>
 | 
			
		||||
{% endhighlight %}
 | 
			
		||||
{% highlight js %}
 | 
			
		||||
$('.popover-dismiss').popover({
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user