aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/components/popovers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md
index 6a911345e..da0effbfe 100644
--- a/docs/components/popovers.md
+++ b/docs/components/popovers.md
@@ -43,9 +43,9 @@ When you have some styles on a parent element that interfere with a popover, you
{% highlight js %}
$(function () {
- $('.example-popover').popover(
+ $('.example-popover').popover({
container: 'body'
- )
+ })
})
{% endhighlight %}