From ee02b087e9cd72f13b160acc188d0432923fb4d9 Mon Sep 17 00:00:00 2001 From: imagentleman Date: Mon, 3 Feb 2014 23:12:53 -0500 Subject: [PATCH] Fixed typo in the Clearing Lightbox docs. --- doc/pages/components/clearing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/components/clearing.html b/doc/pages/components/clearing.html index 1b780967b..870b28222 100644 --- a/doc/pages/components/clearing.html +++ b/doc/pages/components/clearing.html @@ -15,7 +15,7 @@ layout: doc/layouts/default.html ## Build Your Clearing Lightbox -There is only one way to build a Clearing lightbox, using our predefined class and data-attribute structure. We've made it really easy: gather some images, decide on their order, and put them into a url with a `.clearing-thumbs` class. In order to get Clearing to build itself properly, you'll need to have JavaScript properly included. We outline [Clearing JS](#js) a bit further down the page. +There is only one way to build a Clearing lightbox, using our predefined class and data-attribute structure. We've made it really easy: gather some images, decide on their order, and put them into an ul with a `.clearing-thumbs` class. In order to get Clearing to build itself properly, you'll need to have JavaScript properly included. We outline [Clearing JS](#js) a bit further down the page. Once you get your JS hooked up, you'll need to add `data-clearing` to your list container. Here's an example of the most basic markup needed: -- 2.47.2