From f5fd9a55f000c67cfa9f2b0bf10c22a519bbac43 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Tue, 26 Oct 2021 15:51:23 -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 bac033b7..9d4334d0 100644 --- a/doc/alternative-input-quick-start-guide.md +++ b/doc/alternative-input-quick-start-guide.md @@ -54,5 +54,5 @@ focusable: true ``` 8. There may 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 + 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