Skip to content

Commit afafad7

Browse files
carmacleodmcking65
andauthored
Combobox Date Picker Example: Fix 2 spelling errors (pull #1448)
- controled -> controlled - enableing -> enabling Co-authored-by: Matt King <[email protected]>
1 parent a145ad4 commit afafad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/combobox/combobox-datepicker.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -497,15 +497,15 @@ <h3 id="rps_label_combobox">Combobox</h3>
497497
<th scope="row"><code>aria-controls="IDREF"</code></th>
498498
<td><code>input</code></td>
499499
<td>
500-
Identifies the element controled by the combobox.
500+
Identifies the element controlled by the combobox.
501501
</td>
502502
</tr>
503503
<tr data-test-id="textbox-aria-describedby">
504504
<td></td>
505505
<th scope="row"><code>aria-describedby="IDREF"</code></th>
506506
<td><code>input</code></td>
507507
<td>
508-
Identifies the element that provides an accessible description for the combobox, enableing assistive technologies to associate the date format description with the input.
508+
Identifies the element that provides an accessible description for the combobox, enabling assistive technologies to associate the date format description with the input.
509509
</td>
510510
</tr>
511511
</tbody>

0 commit comments

Comments
 (0)