Skip to content

Commit

Permalink
Merge pull request #1401 from olance/patch-1
Browse files Browse the repository at this point in the history
Fix typo in contribution guide
  • Loading branch information
peterp committed Oct 26, 2020
2 parents b5175eb + 8eba8a5 commit 484c12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 484c12b

Please sign in to comment.