Skip to content

Commit c5cbf41

Browse files
authored
Update README.md.ejs (#60)
Fixed typos
1 parent 51f5350 commit c5cbf41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/react/base/README.md.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const Route = createRootRoute({
175175
<% } %>
176176
The `<TanStackRouterDevtools />` component is not required so you can remove it if you don't want it in your layout.
177177
178-
More information on layouts can be found in the [Layouts documentation](hthttps://tanstack.com/router/latest/docs/framework/react/guide/routing-concepts#layouts).
178+
More information on layouts can be found in the [Layouts documentation](https://tanstack.com/router/latest/docs/framework/react/guide/routing-concepts#layouts).
179179
180180
<% if (codeRouter) { %>
181181
### Migrating To File Base Routing
@@ -400,7 +400,7 @@ First add your dependencies:
400400
<%= getPackageManagerAddScript("@tanstack/react-query @tanstack/react-query-devtools") %>
401401
```
402402
403-
Next we'll need to creata query client and provider. We recommend putting those in `main.<%= jsx %>`.
403+
Next we'll need to create a query client and provider. We recommend putting those in `main.<%= jsx %>`.
404404
405405
```tsx
406406
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";

0 commit comments

Comments
 (0)