From af97b73088846a1d4cf8f75b2714a35602471dda Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Tue, 14 Jan 2014 10:44:35 -0500 Subject: [PATCH] typo fix in interchange docs "Exluding" => "Excluding" --- doc/pages/components/interchange.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *** -- 2.47.2