From 3de785b9d16d715acc054fec164b533acf451eba Mon Sep 17 00:00:00 2001 From: Matthew Edwards Date: Wed, 30 Mar 2022 10:45:19 -0700 Subject: [PATCH] FIX Spelling in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index da990efb4..432376fa8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,9 +26,9 @@ When you run the combined test suite locally, we emit Jest stubs for each of the When we run the combined suite in GitHub, we emit separate jobs for each separate test suite. -## Test Maintance +## Test Maintenance -In the tests directory we derive our tests off of base app and addon templates (located at tests/app-template and tests/addon-template). These base templates should be updated every new LTS release of ember in order to bring in the lastest template changes and project dependencies. It is recommended to run `ember-cli-update` inside of these directories in order to bring them up to date. Lastly, tests/scenarios.ts should correctly represent our support matrix so new LTS versions should be added at the same time as template updates. +In the tests directory we derive our tests off of base app and addon templates (located at tests/app-template and tests/addon-template). These base templates should be updated every new LTS release of ember in order to bring in the latest template changes and project dependencies. It is recommended to run `ember-cli-update` inside of these directories in order to bring them up to date. Lastly, tests/scenarios.ts should correctly represent our support matrix so new LTS versions should be added at the same time as template updates. ## Use a local version of embroider to compile your projects