diff --git a/docs/javascript.html b/docs/javascript.html index 4f85242d5d357cd1c6437f4186e9e1ac2fd785c1..e19f544eb9bdbaaa9a5f58a94fcf9c6d54a0237b 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>