aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-11 23:56:44 -0700
committerJacob Thornton <[email protected]>2011-09-11 23:56:44 -0700
commitcc05bce59723c227334d0cf0c168f541971db771 (patch)
treecfe788a3531a064a6fe24c1120d73ad83bd35348 /docs/javascript.html
parent44e2c7366896ac01e129f76fd2155d1a29f90ca8 (diff)
downloadbootstrap-cc05bce59723c227334d0cf0c168f541971db771.tar.xz
bootstrap-cc05bce59723c227334d0cf0c168f541971db771.zip
docs coppyy
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 4f85242d5..e19f544eb 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -120,7 +120,7 @@
</tbody>
</table>
<h3>Markup</h3>
- <p>You can activate modals on your page easily without having to write a single line of javascript. Just give an element a <code>data-controls-modal</code> which corresponds to a modal element id, and when clicked, it will launch your modal. To add modal options, just include them as data attributes as well.</p>
+ <p>You can activate modals on your page easily without having to write a single line of javascript. Just give an element a <code>data-controls-modal</code> attribute which corresponds to a modal element id, and when clicked, it will launch your modal. To add modal options, just include them as data attributes as well.</p>
<pre class="prettyprint linenums">
&lt;a class="btn" data-controls-modal="my-modal" data-backdrop="true" &gt;Launch Modal&lt;/a&gt;
</pre>