diff options
Diffstat (limited to 'demos/resizable/max-min.html')
-rw-r--r-- | demos/resizable/max-min.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/max-min.html b/demos/resizable/max-min.html index 8df70bc3d..ff3fc63d7 100644 --- a/demos/resizable/max-min.html +++ b/demos/resizable/max-min.html @@ -33,7 +33,7 @@ <div class="demo-description"> -<p>Limit the resizable element to a maximum or minimum height or width using the <strong>maxHeight</strong>, <strong>maxWidth</strong>, <strong>minHeight</strong>, and <strong>minWidth</strong> options.</p> +<p>Limit the resizable element to a maximum or minimum height or width using the <code>maxHeight</code>, <code>maxWidth</code>, <code>minHeight</code>, and <code>minWidth</code> options.</p> </div><!-- End demo-description --> </body> |