Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGijs Boddeus <botje_gijs@hotmail.com>2017-10-19 05:45:37 +0300
committerMark Otto <markd.otto@gmail.com>2017-10-19 05:45:37 +0300
commit40d242eddc497b1d95bacaf3f336f4dd56d37152 (patch)
tree96c657f8c736adec38a54328e0c9cb1623258cf4 /docs
parent0aa8cbee76496e1366db17180bba73a3b725c414 (diff)
Fix typo in popovers.md (#24425)
double use of see
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/components/popovers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/popovers.md b/docs/4.0/components/popovers.md
index c4034da98a..6c752518d7 100644
--- a/docs/4.0/components/popovers.md
+++ b/docs/4.0/components/popovers.md
@@ -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