fixed typo

This commit is contained in:
Todd Parker 2010-11-03 14:36:08 -04:00
parent c1f8660aa1
commit 6737a69d95

View file

@ -36,7 +36,7 @@
<input type="range" name="slider" id="slider" value="0" min="0" max="100" />
</div>
<p>By setting the <code>min</code> and <code>max</code>attributes you can configure the allowable number range of the slider track. The <code>value</code> of the input is used to configure the starting position of the handle and the vlaue populated in the text input.</p>
<p>By setting the <code>min</code> and <code>max</code>attributes you can configure the allowable number range of the slider track. The <code>value</code> of the input is used to configure the starting position of the handle and the value populated in the text input.</p>
<p>The slider with a min of 500, max of 5,000 and initial value of 2,500</p>
<div data-role="fieldcontain">