From 9ce52c02ddc259c329c3bf769353fdae6328b48c Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Fri, 27 Oct 2017 20:51:28 -0500 Subject: [PATCH] Corrected spelling mistake (#81) --- front-end/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/accessibility.md b/front-end/accessibility.md index dd470f0e..e6f61451 100644 --- a/front-end/accessibility.md +++ b/front-end/accessibility.md @@ -67,7 +67,7 @@ The following is a checklist that contains recommendations for implementing HTML - Accessibility tree = DOM + ARIA. - ARIA attributes - Allow us to modify the accessibility tree before they are exposed to assistive technologies. - - DO NOT modify the element apperance. + - DO NOT modify the element appearance. - DO NOT modify element behaviour. - DO NOT add focusability. - DO NOT add keyboard event handling.