diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 6a911345ed..da0effbfe2 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 %}