Skip to content

Commit

Permalink
Merge pull request twbs#332 from pamelafox/patch-2
Browse files Browse the repository at this point in the history
JS Docs Typo
  • Loading branch information
fat committed Sep 29, 2011
2 parents 68605bd + 1be7e09 commit 28c770b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/javascript.html
Expand Up @@ -130,7 +130,7 @@ <h4>.modal(options)</h4>
<p>Activates your content as a modal. Accepts an optional options <code>object</code>.
<pre class="prettyprint linenums">
$('#my-modal').modal({
closeOnEscape: true
keyboard: true
})</pre>
<h4>.modal('toggle')</h4>
<p>Manually toggles a modal.</p>
Expand Down

0 comments on commit 28c770b

Please sign in to comment.