2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Typo fixes (#34914)

This commit is contained in:
XhmikosR
2021-09-07 09:45:27 +03:00
committed by GitHub
parent aa06dffdf6
commit 23b3d636e1
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -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')