diff --git a/docs/start/framework/react/quick-start.md b/docs/start/framework/react/quick-start.md index 24dd4dab43..f55b77cc8d 100644 --- a/docs/start/framework/react/quick-start.md +++ b/docs/start/framework/react/quick-start.md @@ -5,7 +5,7 @@ title: Quick Start ## Impatient? -The fastest way to get a Start project up and running is with the cli. Just run +The fastest way to get a Start project up and running is with the CLI. Just run ``` pnpm create @tanstack/start@latest @@ -34,7 +34,7 @@ Once you've cloned the example you want, head back to the [Routing](./guide/rout ## Examples -TanStack Start has load of examples to get you started. Pick one of the examples below to get started! +TanStack Start has a load of examples to get you started. Pick one of the examples below to get started! - [Basic](https://github.com/TanStack/router/tree/main/examples/react/start-basic) (start-basic) - [Basic + Auth](https://github.com/TanStack/router/tree/main/examples/react/start-basic-auth) (start-basic-auth) @@ -47,9 +47,9 @@ TanStack Start has load of examples to get you started. Pick one of the examples - [WorkOS](https://github.com/TanStack/router/tree/main/examples/react/start-workos) (start-workos) - [Material UI](https://github.com/TanStack/router/tree/main/examples/react/start-material-ui) (start-material-ui) -### Stackblitz +### StackBlitz -Each example above has an embedded stackblitz preview to find the one that feels like a good starting point +Each example above has an embedded StackBlitz preview to find the one that feels like a good starting point. ### Quick Deploy @@ -66,7 +66,7 @@ npm install npm run dev ``` -Once you've clone or deployed an example, head back to the [Routing](./guide/routing) guide to learn how to use TanStack Start! +Once you've cloned or deployed an example, head back to the [Routing](./guide/routing) guide to learn how to use TanStack Start! ## Other Router Examples