Skip to content

Commit 0864a58

Browse files
committed
Fix typo
1 parent e4cb316 commit 0864a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>Allow Duplicates Example</h3>
9595

9696
<h3>RTL Support Example</h3>
9797
<p>
98-
To support right-to-left languages, pass <code>htmlFor="rtl"</code> to the component.
98+
To support right-to-left languages, pass <code>htmlDir="rtl"</code> to the component.
9999
</p>
100100
<div id="rtl-example"></div>
101101

0 commit comments

Comments
 (0)