<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 (#) 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 (#) sign.</p>
<%= code_example '
<div class="section-container" data-section data-options="deep_linking: true">
<div class="large-3 pull-9 columns">
<%= render "_sidebar-components.html.erb" %>
</div>
-</div>
\ No newline at end of file
+</div>