From 2a6a0b609f9f30184bfb9f95b3bb7387be36a25e Mon Sep 17 00:00:00 2001 From: Melanie Sumner Date: Wed, 20 May 2026 10:23:33 -0500 Subject: [PATCH] Fix typo in accessibility addon name --- skills/ember-best-practices/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/ember-best-practices/SKILL.md b/skills/ember-best-practices/SKILL.md index 51c077f7..f4aa58fb 100644 --- a/skills/ember-best-practices/SKILL.md +++ b/skills/ember-best-practices/SKILL.md @@ -149,7 +149,7 @@ Each rule file contains: Ember has excellent accessibility support through community addons: - **ember-a11y-testing** - Automated accessibility testing in your test suite -- **ember-a11y** - Route announcements and focus management +- **ember-a11y-refocus** - Route announcements and focus management - **ember-focus-trap** - Focus trapping for modals and dialogs - **ember-page-title** - Accessible page title management - **Platform-native validation** - Use browser's Constraint Validation API for accessible form validation