From e475be27c1b913090b874a8209976d2b48859d45 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Sun, 10 Feb 2019 11:02:22 +0200 Subject: [PATCH] Fix typos --- Technotes/Accessibility.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Technotes/Accessibility.md b/Technotes/Accessibility.md index 87e87fafe..8d484c23b 100644 --- a/Technotes/Accessibility.md +++ b/Technotes/Accessibility.md @@ -6,7 +6,7 @@ developer work, we can help these users live better lives. Because NetNewsWire utilizes standard AppKit controls and views, accessibility is already built in. However this is only a starting point. Any customized controls and views will have accessibility -work and the application as a whole has to be tested to make sure users can operate if effeciently. +work and the application as a whole has to be tested to make sure users can operate if efficiently. This document lays the groundwork to ensure that NetNewsWire has first class accessibility features. @@ -19,7 +19,7 @@ This document lays the groundwork to ensure that NetNewsWire has first class acc #### Audit The Accessibility Inspector included with the developer tools includes an automated audit tool. This -tool didn't find an issues when initially run against NetNewsWire. Additional auditing will be +tool didn't find any issues when initially run against NetNewsWire. Additional auditing will be performed using the Inspector functionality within the Accessibility Inspector tool. #### Testing @@ -28,10 +28,10 @@ Manual testing using VoiceOver and Dictation will be done to provide more realwo #### Reporting Accessibility Issues -The results of the accessiblity audit should get filed as separate bugs on Github. +The results of the accessibility audit should get filed as separate bugs on GitHub. #### Success Criteria - Should be fully navigatable using the keyboard - Should be fully navigatable using Dictation -- SHould be fully discoverable using VoiceOver \ No newline at end of file +- Should be fully discoverable using VoiceOver