docs/components/panels.html.erb in zurb-foundation-4.1.5 vs docs/components/panels.html.erb in zurb-foundation-4.1.6

- old
+ new

@@ -35,11 +35,11 @@ <p>There are two ways to build panels in Foundation 4, either with our predefined HTML or with our mixin. Building panels using our predefined class isn't hard at all. You'll start with <code>&lt;div&gt;</code> and add a class of <code>.panel</code> to it. From there, you just need to add content inside, anything will do.</p> <p>Available HTML class options:</p> <ul class="disc"> <li>Adding <code>.callout</code> to your panel will make it our default blue and add a shiny top edge to help it stand out.</li> - <li>You may also you <code>.radius</code> to add a tasteful border-radius to thie mix.</li> + <li>You may also you <code>.radius</code> to add a tasteful border-radius to the mix.</li> </ul> <%= code_example ' <div class="panel"> <!-- Content here --> @@ -118,6 +118,6 @@ </div> </div> <div class="large-3 pull-9 columns"> <%= render "_sidebar-components.html.erb" %> </div> -</div> \ No newline at end of file +</div>