From dfb3a02ca8b4393ec4dc4b5368da0150bd681d1e Mon Sep 17 00:00:00 2001
From: XhmikosR
Date: Tue, 7 Sep 2021 18:43:13 +0300
Subject: Add v5.1.1 docs (#34870)
---
docs/5.1/components/toasts/index.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'docs/5.1/components/toasts')
diff --git a/docs/5.1/components/toasts/index.html b/docs/5.1/components/toasts/index.html
index a185399ff..dddca818d 100644
--- a/docs/5.1/components/toasts/index.html
+++ b/docs/5.1/components/toasts/index.html
@@ -5,7 +5,7 @@
-
+
@@ -17,7 +17,7 @@
-
+
@@ -149,7 +149,7 @@
Bootstrap v5.1
var myToastEl = document.getElementById('myToastEl')
var myToast = bootstrap.Toast.getInstance(myToastEl) // Returns a Bootstrap toast instance
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
var myToastEl = document.getElementById('myToastEl')
var myToast = bootstrap.Toast.getOrCreateInstance(myToastEl) // Returns a Bootstrap toast instance
Events
@@ -1013,7 +1013,7 @@ You have to manually call this method, instead your toast won’t show.
- Designed and built with all the love in the world by the Bootstrap team with the help of our contributors.
- Code licensed MIT, docs CC BY 3.0.
- - Currently v5.1.0.
+ - Currently v5.1.1.
@@ -1060,7 +1060,7 @@ You have to manually call this method, instead your toast won’t show.
-
+
--
cgit v1.2.3