]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
typo fix in interchange docs 4146/head
authorLuke Baker <lukebaker@gmail.com>
Tue, 14 Jan 2014 15:44:35 +0000 (10:44 -0500)
committerLuke Baker <lukebaker@gmail.com>
Tue, 14 Jan 2014 15:44:35 +0000 (10:44 -0500)
"Exluding" => "Excluding"

doc/pages/components/interchange.html

index b9b3a7bea00b96d388d663e9ba68137a83c6668d..0607b101253e77245f1608952d918534c9d2218c 100644 (file)
@@ -33,7 +33,7 @@ We use the data-interchange attribute on a markup container (probably a div) to
 
 Each rule passed to `data-interchange` is comma delimited and encapsulated in square brackets, and each argument within a rule is also comma delimited. The first parameter is the path to your image, and the second parameter is your media query, surrounded by parenthesis.
 
-The last rule that evaluates to true will be the image that gets loaded. Exluding the `src` attribute keeps the browser from making two requests for images.
+The last rule that evaluates to true will be the image that gets loaded. Excluding the `src` attribute keeps the browser from making two requests for images.
 
 ***