]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typo in pagination docs.
authorJordan Humphreys <jordan@mailyard.net>
Fri, 15 Mar 2013 00:12:56 +0000 (17:12 -0700)
committerJordan Humphreys <jordan@mailyard.net>
Fri, 15 Mar 2013 00:12:56 +0000 (17:12 -0700)
docs/components/pagination.html.erb

index ecbfc1d4b89341457225764525845c769a7ab5c9..e455c5f42e394cbe61ec4f2b29d8d57bbfd97b9e 100644 (file)
@@ -34,7 +34,7 @@
         <ul class="disc">
           <li>To create the arrows, make sure you have <code>&lt;li class="arrow"&gt;</code> as your first and last list items.</li>
           <li>To mark the current page, use <code>&lt;li class="current"&gt;</code></li>
-          <li>Add a class of <code>.inactive</code> to a list item to make it not clickable, like for the ellipsis in the middle.</li>
+          <li>Add a class of <code>.unavailable</code> to a list item to make it not clickable, like for the ellipsis in the middle.</li>
           <li>The page numbers and symbols are always inside of an anchor that you'll link to the page.</li>
         </ul>