diff --git a/docs/4.0/components/popovers.md b/docs/4.0/components/popovers.md index c4034da98a49..6c752518d72f 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 ``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