Skip to content

Commit 88fa733

Browse files
authored
docs(how-to/spa): fix typo (#13070)
1 parent d9ab8ec commit 88fa733

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,3 +363,4 @@
363363
- yuleicul
364364
- zeromask1337
365365
- zheng-chuang
366+
- ken0x0a

docs/how-to/spa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function App() {
6262
}
6363
```
6464

65-
Because the root route is server-rendered at build time, you can also use a `loader` in your root route if you choose. This `loader` will be called at build time ans the data will be available via the optional `HydrateFallback` `loaderData` prop.
65+
Because the root route is server-rendered at build time, you can also use a `loader` in your root route if you choose. This `loader` will be called at build time and the data will be available via the optional `HydrateFallback` `loaderData` prop.
6666

6767
```tsx filename=root.tsx lines=[5,10,14]
6868
import { Route } from "./+types/root";

0 commit comments

Comments
 (0)