From feb8eb822a0d72d7849924c9cd17ab1356f43485 Mon Sep 17 00:00:00 2001 From: Ken Huh Date: Sun, 13 Mar 2022 15:32:38 +0900 Subject: [PATCH 1/2] docs: fix a typo in mutations.md (#3386) --- docs/src/pages/guides/mutations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/guides/mutations.md b/docs/src/pages/guides/mutations.md index 955cfea9f8..13e4a22f30 100644 --- a/docs/src/pages/guides/mutations.md +++ b/docs/src/pages/guides/mutations.md @@ -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 }, }) }) From 69cc49b7c5add1733fef11b9f7e5104a82ae2b9c Mon Sep 17 00:00:00 2001 From: Binaya Chaudhary Date: Sun, 13 Mar 2022 14:00:48 +0545 Subject: [PATCH 2/2] docs: update gitpod link in `contributing.md` (#3376) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70b2184b54..d406a0ee7b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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