]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix typo javascript-utilities.md 8296/head
authorAndreas Wahlqvist <andreas@deepfriedmind.com>
Tue, 1 Mar 2016 13:09:48 +0000 (14:09 +0100)
committerAndreas Wahlqvist <andreas@deepfriedmind.com>
Tue, 1 Mar 2016 13:09:48 +0000 (14:09 +0100)
"strong" -> "string"

docs/pages/javascript-utilities.md

index 62f979a2ebfc1488acefdcf9262583d560d247e2..c9e21919a7bcda59e98d8abf65288a5bec740c2c 100644 (file)
@@ -174,4 +174,4 @@ Foundation includes a couple useful features in the core library that are used i
 
 `Foundation.getFnName(fn)` returns a string representation of a named function. Seems small, but believe us, it's useful.
 
-`Foundation.transitionend()` is a function<span data-tooltip title="Goodbye ZURB, I'll miss you"> </span>that returns the strong of the properly vendor-prefixed version of `transitionend` events. Most browsers don't require a prefix these days, but for those that do, we've got you covered. But IE 9 doesn't support transitions?? Quite right you are! In that case our plugins that use transitions will simply snap to whatever location or visibility state they were headed to, and this function will fire a `transitionend` event manually on the element you passed. It still gives the desired results, and allows Motion-UI to work in IE 9.
+`Foundation.transitionend()` is a function<span data-tooltip title="Goodbye ZURB, I'll miss you"> </span>that returns the string of the properly vendor-prefixed version of `transitionend` events. Most browsers don't require a prefix these days, but for those that do, we've got you covered. But IE 9 doesn't support transitions?? Quite right you are! In that case our plugins that use transitions will simply snap to whatever location or visibility state they were headed to, and this function will fire a `transitionend` event manually on the element you passed. It still gives the desired results, and allows Motion-UI to work in IE 9.