Skip to content

Commit 1b91f3f

Browse files
committed
Merge remote-tracking branch 'react-query/master' into alpha
2 parents fee4a14 + 69cc49b commit 1b91f3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ If you have been assigned to fix an issue or develop a new feature, please follo
2929

3030
## Online one-click setup
3131

32-
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:
32+
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:
3333

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

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

4141
## Commit message conventions
4242

docs/src/pages/guides/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ useMutation(addTodo, {
195195
mutate(todo, {
196196
onSuccess: (data, error, variables, context) => {
197197
// Will execute only once, for the last mutation (Todo 3),
198-
// regardles which mutation resolves first
198+
// regardless which mutation resolves first
199199
},
200200
})
201201
})

0 commit comments

Comments
 (0)