diff options
Diffstat (limited to 'demos/resizable/snap-to-grid.html')
-rw-r--r-- | demos/resizable/snap-to-grid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/resizable/snap-to-grid.html b/demos/resizable/snap-to-grid.html index ad8d66215..9365ade2e 100644 --- a/demos/resizable/snap-to-grid.html +++ b/demos/resizable/snap-to-grid.html @@ -30,7 +30,7 @@ <div class="demo-description"> -<p>Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the <strong>grid</strong> option.</p> +<p>Snap the resizable element to a grid. Set the dimensions of grid cells (height and width in pixels) with the <code>grid</code> option.</p> </div><!-- End demo-description --> </body> |