Skip to content

Commit

Permalink
Merge pull request zurb#636 from racedale/patch-1
Browse files Browse the repository at this point in the history
Typo in dialogModal code column
  • Loading branch information
gakimball committed Jun 17, 2015
2 parents ac9641b + 96bc449 commit 75ee180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates/modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3>Dialog-style Modals</h3>
<div class="grid-block">
<div class="small-12 medium-6 grid-content">
<hljs>
<a zf-open="animatedModal" class="button">Itty-Bitty Modal</a>
<a zf-open="dialogModal" class="button">Itty-Bitty Modal</a>

<div zf-modal id="dialogModal" overlay="false" overlay-close="false" class="tiny dialog">
<h4>Yo, do you <em>really</em> want to do this?</h4>
Expand Down

0 comments on commit 75ee180

Please sign in to comment.