aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/components/popovers.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.1/components/popovers.md')
-rw-r--r--site/content/docs/5.1/components/popovers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/popovers.md b/site/content/docs/5.1/components/popovers.md
index 06aa656d9..4511645ce 100644
--- a/site/content/docs/5.1/components/popovers.md
+++ b/site/content/docs/5.1/components/popovers.md
@@ -395,7 +395,7 @@ var popover = bootstrap.Popover.getInstance(exampleTriggerEl) // Returns a Boots
#### getOrCreateInstance
-*Static* method which allows you to get the popover instance associated with a DOM element, or create a new one in case it wasn't initialised
+*Static* method which allows you to get the popover instance associated with a DOM element, or create a new one in case it wasn't initialized
```js
var exampleTriggerEl = document.getElementById('example')