aboutsummaryrefslogtreecommitdiffstats
path: root/demos/slider/range_vertical.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/slider/range_vertical.html')
-rw-r--r--demos/slider/range_vertical.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/slider/range_vertical.html b/demos/slider/range_vertical.html
index 17bdd6920..e2824348e 100644
--- a/demos/slider/range_vertical.html
+++ b/demos/slider/range_vertical.html
@@ -30,12 +30,12 @@
<div class="demo-description">
-<p>This is an example of a vertical range slider created by setting the orientation to vertical:</p>
+<p>This is an example of a vertical range slider created by setting the orientation to vertical:</p>
<pre>
orientation: "vertical",
range: true,
values: [17, 67]
-</pre>
+</pre>
<p>It's important to note that a vertical slider needs a height set. You can do this via the script options or by adding a height through CSS. </p>
</div><!-- End demo-description -->