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/list-group.md
parentaa06dffdf65f15f6663159c9785432b82adde20f (diff)
Typo fixes (#34914)
Diffstat (limited to 'site/content/docs/5.1/components/list-group.md')
-rw-r--r--site/content/docs/5.1/components/list-group.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/list-group.md b/site/content/docs/5.1/components/list-group.md
index cf6b06be90..c47a05dd36 100644
--- a/site/content/docs/5.1/components/list-group.md
+++ b/site/content/docs/5.1/components/list-group.md
@@ -486,7 +486,7 @@ var tab = bootstrap.Tab.getInstance(triggerEl) // Returns a Bootstrap tab instan
#### getOrCreateInstance
-*Static* method which allows you to get the tab 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 tab instance associated with a DOM element, or create a new one in case it wasn't initialized
```js
var triggerEl = document.querySelector('#trigger')