aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/steps.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/slider/steps.html')
-rw-r--r--demos/slider/steps.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/slider/steps.html b/demos/slider/steps.html
index efb3da303..97aeee331 100644
--- a/demos/slider/steps.html
+++ b/demos/slider/steps.html
@@ -35,7 +35,7 @@
<div class="demo-description">
<p>This slider has a step value set that will only allow for increments of 50 to be selected. The default step increment is 1. The drag handle will snap to drop points every 50 units. This is set in an option called step:</p>
-<pre>
+<pre>
min: 0, max: 500, step: 50
</pre>
<p>This demo also shows how the current slider value can be used to populate a standard form input that can also be used for user feedback.</p>