diff --git a/docs/javascript/carousel.md b/docs/javascript/carousel.md index dac8d00d1..d69725a59 100644 --- a/docs/javascript/carousel.md +++ b/docs/javascript/carousel.md @@ -37,8 +37,8 @@ A slideshow component for cycling through elements—images or slides of text— {% endexample %}
Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.
+Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 9 doesn't support the necessary CSS properties. Thus, there are no slide transition animations when using that browser. We have intentionally decided not to include jQuery-based fallbacks for the transitions.