]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix typo in Section documentation.
authorJordan Humphreys <jordan@zurb.com>
Mon, 18 Mar 2013 21:22:25 +0000 (14:22 -0700)
committerJordan Humphreys <jordan@zurb.com>
Mon, 18 Mar 2013 21:22:25 +0000 (14:22 -0700)
docs/components/section.html.erb

index e837508b9ad1f4dbe75426b308876a288a688698..60c949b12de1c28ac67892726077eff638488fe1 100644 (file)
@@ -316,7 +316,7 @@ $section-bottom-margin:          emCalc(20px);
         <hr>
 
         <h3>Using the JavaScript</h3>
-        <p>You don't need ths JS to create sections with Foundation. The only reason you'll need to include <code>foundation.section.js</code> is if you want to add the ability to close an alert. You'll also need to make sure to include <code>zepto.js</code> and <code>foundation.js</code> above the sections plugin. Above your closing <code>&lt;/body&gt;</code> tag include the following line of code and make sure you have the JS in your directory.</p>
+        <p>You'll need to include <code>zepto.js</code> and <code>foundation.js</code> above the sections plugin. Above your closing <code>&lt;/body&gt;</code> tag include the following line of code and make sure you have the JS in your directory.</p>
 
         <p><a href="../javascript.html" title="How to install Foundation JavaScript">Read how to install Foundation JavaScript</a></p>