From 1fc1e98651aaa39bcc32cce3ae5ca70b4774bdfd Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Tue, 26 Oct 2021 15:55:20 -0600 Subject: [PATCH] fix typo, https://github.com/phetsims/phet-info/issues/168 --- doc/alternative-input-quick-start-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/alternative-input-quick-start-guide.md b/doc/alternative-input-quick-start-guide.md index e9b4370f..2fe727a9 100644 --- a/doc/alternative-input-quick-start-guide.md +++ b/doc/alternative-input-quick-start-guide.md @@ -53,6 +53,6 @@ tagName: 'button', focusable: true ``` -8. There may common-code UI components for which alternative input has not been implemented. And there may be PhET +8. There may be common-code UI components for which alternative input has not been implemented. And there may be PhET design patterns for which alternative-input behavior has not been designed. Identify lack of alternative-input support, and create GitHub issues. \ No newline at end of file