]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in popovers.md (#24425)
authorGijs Boddeus <botje_gijs@hotmail.com>
Thu, 19 Oct 2017 02:45:37 +0000 (04:45 +0200)
committerMark Otto <markd.otto@gmail.com>
Thu, 19 Oct 2017 02:45:37 +0000 (19:45 -0700)
double use of see

docs/4.0/components/popovers.md

index c4034da98a4960d8f79eae4349df775a5841603e..6c752518d72fb62d1c2eed803f2eae5104c039d2 100644 (file)
@@ -22,7 +22,7 @@ Things to know when using the popover plugin:
 - When triggered from anchors that wrap across multiple lines, popovers will be centered between the anchors' overall width. Use `white-space: nowrap;` on your `<a>`s to avoid this behavior.
 - Popovers must be hidden before their corresponding elements have been removed from the DOM.
 
-Keep reading to see see how popovers work with some examples.
+Keep reading to see how popovers work with some examples.
 
 ## Example: Enable popovers everywhere