From 3a96ff9a0a9c1eac4d19fb708e1901cc81d2d9df Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 3 Aug 2013 02:21:29 -0700 Subject: [PATCH] JS docs: fix caps of "CSS" acronym --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript.html b/javascript.html index 2dbf76fd41..14dd491989 100644 --- a/javascript.html +++ b/javascript.html @@ -89,7 +89,7 @@ $('#myModal').on('show.bs.modal', function (e) {

About transitions

For simple transition effects, include transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.

What's inside

-

Transition.js is a basic helper for transitionEnd events as well as a css transition emulator. It's used by the other plugins to check for css transition support and to catch hanging transitions.

+

Transition.js is a basic helper for transitionEnd events as well as a CSS transition emulator. It's used by the other plugins to check for CSS transition support and to catch hanging transitions.

-- 2.47.2