From cc05bce59723c227334d0cf0c168f541971db771 Mon Sep 17 00:00:00 2001 From: Jacob Thornton <jacobthornton@gmail.com> Date: Sun, 11 Sep 2011 23:56:44 -0700 Subject: [PATCH] docs coppyy --- docs/javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript.html b/docs/javascript.html index 4f85242d5d..e19f544eb9 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"> <a class="btn" data-controls-modal="my-modal" data-backdrop="true" >Launch Modal</a> </pre> -- GitLab