From ab2778cbb41128b0f64ed6beeb5f279e325e0270 Mon Sep 17 00:00:00 2001 From: Chris Malley Date: Thu, 28 Oct 2021 10:39:13 -0600 Subject: [PATCH] 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 2d8afc12..2dd94f2e 100644 --- a/doc/alternative-input-quick-start-guide.md +++ b/doc/alternative-input-quick-start-guide.md @@ -10,7 +10,7 @@ Follow these steps to add support for alternative input to a simulation. }, ``` -2. Run `grunt update` to generate `{{REPO}}_a11y_view.html` and modify `{{REPO}}_en.html`. +2. Run `grunt update`. This will generate `{{REPO}}_a11y_view.html` and modify `{{REPO}}_en.html`. 3. For `LayoutBox` (and its subclasses) there is no need to specify traversal order. There is a good match between layout order and traversal order; they are typically the same. So for `LayoutBox`, you can do nothing.