Skip to content

Commit 854a7ef

Browse files
docs: Update quick-start.md - fix wording of package manager (#5764)
Update quick-start.md The text should be "package manager" not current "package manage". This corrects that.
1 parent a7d1d62 commit 854a7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/react/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ or
1717
npm create @tanstack/start@latest
1818
```
1919

20-
depending on your package manage of choice. You'll be prompted to add things like Tailwind, eslint, and a ton of other options.
20+
depending on your package manager of choice. You'll be prompted to add things like Tailwind, eslint, and a ton of other options.
2121

2222
You can also clone and run the [Basic](https://github.com/TanStack/router/tree/main/examples/react/start-basic) example right away with the following commands:
2323

0 commit comments

Comments
 (0)