From 87e1c2ba613dc9d6242bf20d7001e3c8f38047c5 Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Thu, 10 Oct 2024 13:59:39 -0500 Subject: [PATCH] Update CONTRIBUTING.md fix a typo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bcc32ce1462..4ec465d2c33 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,7 +113,7 @@ The team reviews code quality rules including: - **i18n**: All static copy should use i18next. Include definitions in the appropriate en.json file. -- **a11y**: Code should be accesibility compliant. +- **a11y**: Code should be accessibility compliant. Reviewers will note any changes that they will want to QA in the app, even if they aren't listed in the testing steps (e.g if the code changes a cart button, ensure that the button still works). @@ -123,4 +123,4 @@ Congrats - Once you have all the green lights with an approved PR, you are ready Does your new feature require new user documentation or developer documentation? Make an issue for that in *reaction-docs*. ### Step 5: Congrats! It's merged. What happens next? -Now that your PR is merged, the feature will be released in the next release. \ No newline at end of file +Now that your PR is merged, the feature will be released in the next release.