aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/rangemin.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/slider/rangemin.html')
-rw-r--r--demos/slider/rangemin.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/slider/rangemin.html b/demos/slider/rangemin.html
index b8496df01..6d19521d8 100644
--- a/demos/slider/rangemin.html
+++ b/demos/slider/rangemin.html
@@ -34,10 +34,10 @@
<div class="demo-description">
-<p>An example of a range slider that has the filled bar hard-coded to the minimum value plus a single slider. This makes it clear that selecting a value will also include all values below the selection. This is a range option type:</p>
+<p>An example of a range slider that has the filled bar hard-coded to the minimum value plus a single slider. This makes it clear that selecting a value will also include all values below the selection. This is a range option type:</p>
<pre>
range: "min",
-</pre>
+</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>
</div><!-- End demo-description -->