Skip to content

Commit

Permalink
Merge remote-tracking branch 'react-query/master' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Mar 13, 2022
2 parents fee4a14 + 69cc49b commit 1b91f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ If you have been assigned to fix an issue or develop a new feature, please follo

## Online one-click setup

You can use Gitpod(An Online Open Source VS Code like IDE which is free for Open Source) for developing online. With a single click it will start a workspace and automatically:
You can use Gitpod (An Online Open Source VS Code like IDE which is free for Open Source) for developing online. With a single click it will start a workspace and automatically:

- clone the `react-query` repo.
- install all the dependencies in `/` and `/docs`.
- run `yarn start` in the root(`/`) to Auto-build files.
- run `yarn dev` in `/docs`.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/tannerlinsley/react-query)

## Commit message conventions

Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/guides/mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ useMutation(addTodo, {
mutate(todo, {
onSuccess: (data, error, variables, context) => {
// Will execute only once, for the last mutation (Todo 3),
// regardles which mutation resolves first
// regardless which mutation resolves first
},
})
})
Expand Down

0 comments on commit 1b91f3f

Please sign in to comment.