aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/components/toasts.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.1/components/toasts.md')
-rw-r--r--site/content/docs/5.1/components/toasts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/toasts.md b/site/content/docs/5.1/components/toasts.md
index d17d8b3df..449f0275c 100644
--- a/site/content/docs/5.1/components/toasts.md
+++ b/site/content/docs/5.1/components/toasts.md
@@ -424,7 +424,7 @@ var myToast = bootstrap.Toast.getInstance(myToastEl) // Returns a Bootstrap toas
#### getOrCreateInstance
-*Static* method which allows you to get the toast 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 toast instance associated with a DOM element, or create a new one in case it wasn't initialized
```js
var myToastEl = document.getElementById('myToastEl')