]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update section.html.erb 1737/head
authorRyan Wachtl <ryan.wachtl@gmail.com>
Wed, 6 Mar 2013 05:02:44 +0000 (23:02 -0600)
committerRyan Wachtl <ryan.wachtl@gmail.com>
Wed, 6 Mar 2013 05:02:44 +0000 (23:02 -0600)
Corrected spelling

docs/components/section.html.erb

index 409af56af5e95d495b345cc31d76281675e19169..a49a24a5ccbc3277ddda91059d0e540036f3d837 100644 (file)
 
 
         <h6>Deep Linking</h6>
-        <p>Set <code>deep-linking</code> to true to enable deep linking to sections of content. Deep linking allows visitors to visit a predefined URL with a hash that points to a particular section of the content. Deep linking also requires a matching <code>data-slug</code> on the content section that the hash shoudl point to, without the pound (&#35;) sign.</p>
+        <p>Set <code>deep-linking</code> to true to enable deep linking to sections of content. Deep linking allows visitors to visit a predefined URL with a hash that points to a particular section of the content. Deep linking also requires a matching <code>data-slug</code> on the content section that the hash should point to, without the pound (&#35;) sign.</p>
 
         <%= code_example '
 <div class="section-container" data-section data-options="deep_linking: true">
@@ -352,4 +352,4 @@ $section-bottom-margin:          emCalc(20px);
   <div class="large-3 pull-9 columns">
     <%= render "_sidebar-components.html.erb" %>
   </div>
-</div>
\ No newline at end of file
+</div>