diff options
Diffstat (limited to 'demos/dialog')
-rw-r--r-- | demos/dialog/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index 1eb69f028..2846d57d5 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -53,7 +53,7 @@ <div class="demo-description"> -<p>A modal dialog prevents the user from interacting with the rest of the page until it is closed. To add a semi-transparent layer that dims out the page content behind the dialog, set the background color and opacity of the <code>overlay</code> option.</p> +<p>A modal dialog prevents the user from interacting with the rest of the page until it is closed.</p> </div><!-- End demo-description --> |