From d20ac83cc0f863a241c4fa180ea53bded4ef48f0 Mon Sep 17 00:00:00 2001 From: Jordan Humphreys Date: Mon, 18 Mar 2013 14:22:25 -0700 Subject: [PATCH] Fix typo in Section documentation. --- docs/components/section.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/section.html.erb b/docs/components/section.html.erb index e837508b9..60c949b12 100644 --- a/docs/components/section.html.erb +++ b/docs/components/section.html.erb @@ -316,7 +316,7 @@ $section-bottom-margin: emCalc(20px);

Using the JavaScript

-

You don't need ths JS to create sections with Foundation. The only reason you'll need to include foundation.section.js is if you want to add the ability to close an alert. You'll also need to make sure to include zepto.js and foundation.js above the sections plugin. Above your closing </body> tag include the following line of code and make sure you have the JS in your directory.

+

You'll need to include zepto.js and foundation.js above the sections plugin. Above your closing </body> tag include the following line of code and make sure you have the JS in your directory.

Read how to install Foundation JavaScript

-- 2.47.3