Skip to content

Commit

Permalink
docs(CONTRIBUTING): fix "chnages" typo (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryqdineen committed May 14, 2020
1 parent 99fd145 commit f671595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -24,7 +24,7 @@ If you have been assigned to fix an issue or develop a new feature, please follo
- To run examples, follow their individual directions. Usually this is just `$ yarn && yarn start`.
- To run examples using your local build, link to the local `react-query` by running `$ yarn link react-query` from the example's directory
- Document your changes in the appropriate doc page
- Git stage your required chnages and commit (see below commit guidelines)
- Git stage your required changes and commit (see below commit guidelines)
- Submit PR for review

## Commit message conventions
Expand Down

0 comments on commit f671595

Please sign in to comment.