Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-09-07 09:45:27 +0300
committerGitHub <noreply@github.com>2021-09-07 09:45:27 +0300
commit23b3d636e10de3b00cd717e7fd32123bde95d0fe (patch)
tree4c7581007363a49e0b603b4036c73d00a92987e4 /site/content/docs/5.1/components/tooltips.md
parentaa06dffdf65f15f6663159c9785432b82adde20f (diff)
Typo fixes (#34914)
Diffstat (limited to 'site/content/docs/5.1/components/tooltips.md')
-rw-r--r--site/content/docs/5.1/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/tooltips.md b/site/content/docs/5.1/components/tooltips.md
index 59d2480d46..58da2076b3 100644
--- a/site/content/docs/5.1/components/tooltips.md
+++ b/site/content/docs/5.1/components/tooltips.md
@@ -419,7 +419,7 @@ var tooltip = bootstrap.Tooltip.getInstance(exampleTriggerEl) // Returns a Boots
#### getOrCreateInstance
-*Static* method which allows you to get the tooltip 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 tooltip instance associated with a DOM element, or create a new one in case it wasn't initialized
```js
var exampleTriggerEl = document.getElementById('example')