]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typo in Interchange docs, closes #7287
authorGeoff Kimball <geoff@zurb.com>
Mon, 30 Nov 2015 22:30:23 +0000 (14:30 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 30 Nov 2015 22:31:31 +0000 (14:31 -0800)
docs/pages/interchange.md

index ad4032afefd3ebadfad7e0931a63fbe2294c8bf3..ab475e1fb475246f92779944b5c09c0eb7c442cd 100644 (file)
@@ -15,7 +15,7 @@ Bandwidth is precious on mobile networks, so it helps to serve users on smaller
 In the above example, we have three different sizes of image: one for small screens, one for medium, and one for large. Use the below format to set up a responsive image. The image will change automatically as the browser resizes.
 
 ```html
-<img data-interchange="[assets/img/interchange/small.jpg, (small)], [assets/img/interchange/medium.jpg, medium], [assets/img/interchange/large.jpg, large]">
+<img data-interchange="[assets/img/interchange/small.jpg, small], [assets/img/interchange/medium.jpg, medium], [assets/img/interchange/large.jpg, large]">
 ```
 
 The image set is a comma-separated list of items with this format: