Skip to content

Commit 058bfc9

Browse files
authored
docs(contributing): update pnpm version and fix typo (#9243)
1 parent 37eda0d commit 058bfc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you have been assigned to fix an issue or develop a new feature, please follo
2323
pnpm install
2424
```
2525

26-
- We use [pnpm](https://pnpm.io/) v9 for package management (run in case of pnpm-related issues).
26+
- We use [pnpm](https://pnpm.io/) v10 for package management (run in case of pnpm-related issues).
2727

2828
```bash
2929
corepack enable && corepack prepare
@@ -57,7 +57,7 @@ If you have been assigned to fix an issue or develop a new feature, please follo
5757
The documentations for all the TanStack projects are hosted on [tanstack.com](https://tanstack.com), which is a TanStack Start application (https://github.com/TanStack/tanstack.com). You need to run this app locally to preview your changes in the `TanStack/query` docs.
5858

5959
> [!NOTE]
60-
> The website fetches the doc pages from GitHub in production, and searches for them at `../query/docs` in development. Your local clone of `TanStack/query` needs to be in the same directory as the local clone of `TansStack/tanstack.com`.
60+
> The website fetches the doc pages from GitHub in production, and searches for them at `../query/docs` in development. Your local clone of `TanStack/query` needs to be in the same directory as the local clone of `TanStack/tanstack.com`.
6161

6262
You can follow these steps to set up the docs for local development:
6363

0 commit comments

Comments
 (0)