Skip to content

Commit 7e9209e

Browse files
Listview: Fixed a typo in autodividers selector demo
Fixes jquery-archivegh-7650 Closes jquery-archivegh-7651
1 parent 29f0364 commit 7e9209e

File tree

1 file changed

+1
-1
lines changed
  • demos/listview-autodividers-selector

1 file changed

+1
-1
lines changed

demos/listview-autodividers-selector/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<h1>Custom autodivider selector</h1>
4646

47-
<p>By default the the autodividers plugin will use the first character of a list item as selector. The option <code>autodividersSelector</code> allows you to return a different string. In this example we show you how to set an autodividers selector of "0-9" for list items that contain numbers so you can group them.</p>
47+
<p>By default the autodividers plugin will use the first character of a list item as selector. The option <code>autodividersSelector</code> allows you to return a different string. In this example we show you how to set an autodividers selector of "0-9" for list items that contain numbers so you can group them.</p>
4848

4949
<div data-demo-html="true" data-demo-js="true">
5050
<ul data-role="listview" data-autodividers="true" data-inset="true">

0 commit comments

Comments
 (0)