aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/components/carousel.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.1/components/carousel.md')
-rw-r--r--site/content/docs/5.1/components/carousel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/carousel.md b/site/content/docs/5.1/components/carousel.md
index e106e76c0..5a060f26f 100644
--- a/site/content/docs/5.1/components/carousel.md
+++ b/site/content/docs/5.1/components/carousel.md
@@ -425,7 +425,7 @@ var carousel = new bootstrap.Carousel(myCarousel, {
<code>getOrCreateInstance</code>
</td>
<td>
- Static method which returns a carousel instance associated to a DOM element or create a new one in case it wasn't initialised.
+ Static method which returns a carousel instance associated to a DOM element or create a new one in case it wasn't initialized.
You can use it like this: <code>bootstrap.Carousel.getOrCreateInstance(element)</code>
</td>
</tr>