Skip to content

Commit 7b3cbfc

Browse files
committed
Fix typo in accessibility collection.
1 parent 40019c6 commit 7b3cbfc

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ Learn about the accessibility tree and how assistive technology uses it.
10391039

10401040
#### ARIA
10411041

1042-
Learn how to use ARIA descriptions an labels to help assstive technology understanding your website.
1042+
Learn how to use ARIA descriptions an labels to help assistive technology understanding your website.
10431043

10441044
* [ ] [<img style="margin-bottom: 0;" src="https://plus.google.com/_/favicon?domain_url=https%3A%2F%2Fdevelopers.google.com" alt="Logo" /> Google Devs - ARIA Labels](https://developers.google.com/web/fundamentals/accessibility/semantics-aria/aria-labels-and-relationships)
10451045
* [ ] [<img style="margin-bottom: 0;" src="https://plus.google.com/_/favicon?domain_url=https%3A%2F%2Fdevelopers.google.com" alt="Logo" /> Google Devs - Hiding and updating content](https://developers.google.com/web/fundamentals/accessibility/semantics-aria/hiding-and-updating-content)

assets/design-and-ux/best-practices.svg

Lines changed: 3 additions & 5 deletions
Loading

blueprint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ Learn about the accessibility tree and how assistive technology uses it.
643643

644644
#### ARIA
645645

646-
Learn how to use ARIA descriptions an labels to help assstive technology understanding your website.
646+
Learn how to use ARIA descriptions an labels to help assistive technology understanding your website.
647647

648648
* [ ] [<img style="margin-bottom: 0;" src="https://plus.google.com/_/favicon?domain_url=https%3A%2F%2Fdevelopers.google.com" alt="Logo" /> Google Devs - ARIA Labels](https://developers.google.com/web/fundamentals/accessibility/semantics-aria/aria-labels-and-relationships)
649649
* [ ] [<img style="margin-bottom: 0;" src="https://plus.google.com/_/favicon?domain_url=https%3A%2F%2Fdevelopers.google.com" alt="Logo" /> Google Devs - Hiding and updating content](https://developers.google.com/web/fundamentals/accessibility/semantics-aria/hiding-and-updating-content)

design/design.sketch

-44 Bytes
Binary file not shown.

src/data/accessibility.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const accessibilityCollection = {
4242
{
4343
name: "ARIA",
4444
description: {
45-
text: "Learn how to use ARIA descriptions an labels to help assstive technology understanding your website.",
45+
text: "Learn how to use ARIA descriptions an labels to help assistive technology understanding your website.",
4646
links: [
4747
["Google Devs - ARIA Labels", "https://developers.google.com/web/fundamentals/accessibility/semantics-aria/aria-labels-and-relationships"],
4848
["Google Devs - Hiding and updating content", "https://developers.google.com/web/fundamentals/accessibility/semantics-aria/hiding-and-updating-content"],

0 commit comments

Comments
 (0)