Skip to content

Commit

Permalink
Merge pull request #218 from ramunasm/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo
  • Loading branch information
Dogfalo committed Dec 11, 2014
2 parents 5415006 + 78f0e6e commit f756a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jade/javascript/javascript_content.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h4>jQuery Plugin Initialization</h4>
<div class="row">
<div class="col s12">
<h4>Options</h4>
<p>You can customize the behvior of each modal using these options. For example, you can call a custom function to run when a modal is dismissed. To do this, just place your function in the intialization code as shown below.</p>
<p>You can customize the behavior of each modal using these options. For example, you can call a custom function to run when a modal is dismissed. To do this, just place your function in the intialization code as shown below.</p>
<pre><code class="language-javascript">
$('.modal-trigger').leanModal({
opacity: .5, // Opacity of modal background
Expand Down Expand Up @@ -473,4 +473,4 @@ <h4>Options</h4>
</code></pre>
</div>
</div>
</div> <!-- End of Container -->
</div> <!-- End of Container -->

0 comments on commit f756a87

Please sign in to comment.