From 8eba8a5c6dc503298b793a88869172689860ce06 Mon Sep 17 00:00:00 2001 From: Olivier Lance Date: Sun, 25 Oct 2020 23:27:10 +0100 Subject: [PATCH] Fix typo in contribution guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A very qualitative contribution™️ --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5a8483be300..75e67a235173 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -204,7 +204,7 @@ This creates a new project in a tmp directory using `yarn create redwood-app ... ```terminal -./tasks/test-turial /path/to/app +./tasks/test-tutorial /path/to/app ``` Use this `path/to/app` option to run the same Cypress E2E tests against a local project. In this case, the command will _not_ upgrade the project to the `canary` release — it will use the project's installed packages. Chose this option if you have modified code (and packages) you want to test locally.