From: Luke Baker Date: Tue, 14 Jan 2014 15:44:35 +0000 (-0500) Subject: typo fix in interchange docs X-Git-Tag: 5.0.3~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4146%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git typo fix in interchange docs "Exluding" => "Excluding" --- diff --git a/doc/pages/components/interchange.html b/doc/pages/components/interchange.html index b9b3a7bea..0607b1012 100644 --- a/doc/pages/components/interchange.html +++ b/doc/pages/components/interchange.html @@ -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. ***