Skip to content

Commit

Permalink
Combobox Date Picker Example: Fix 2 spelling errors (pull #1448)
Browse files Browse the repository at this point in the history
- controled -> controlled
- enableing -> enabling

Co-authored-by: Matt King <a11yThinker@Gmail.com>
  • Loading branch information
carmacleod and mcking65 committed Jul 17, 2020
1 parent a145ad4 commit afafad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/combobox/combobox-datepicker.html
Expand Up @@ -497,15 +497,15 @@ <h3 id="rps_label_combobox">Combobox</h3>
<th scope="row"><code>aria-controls="IDREF"</code></th>
<td><code>input</code></td>
<td>
Identifies the element controled by the combobox.
Identifies the element controlled by the combobox.
</td>
</tr>
<tr data-test-id="textbox-aria-describedby">
<td></td>
<th scope="row"><code>aria-describedby="IDREF"</code></th>
<td><code>input</code></td>
<td>
Identifies the element that provides an accessible description for the combobox, enableing assistive technologies to associate the date format description with the input.
Identifies the element that provides an accessible description for the combobox, enabling assistive technologies to associate the date format description with the input.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit afafad7

Please sign in to comment.