Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 2 spelling errors caught by CSpell during travis build #1448

Merged
merged 2 commits into from
Jul 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/combobox/combobox-datepicker.html
Original file line number Diff line number Diff line change
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