Skip to content

Commit 821ae3f

Browse files
authored
docs(tutorials/address-book): fix typo (#12530)
1 parent f27c4c3 commit 821ae3f

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
@@ -240,6 +240,7 @@
240240
- RobHannay
241241
- robinvdvleuten
242242
- rtmann
243+
- rtzll
243244
- rubeonline
244245
- ryanflorence
245246
- ryanhiebert

docs/tutorials/address-book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ export default {
492492
} satisfies Config;
493493
```
494494

495-
You might have started noticing that whenever your refresh the page you get a flash of white before the app loads. Since we're only rendering on the client, there's nothing to show the user while the app is loading.
495+
You might have started noticing that whenever you refresh the page you get a flash of white before the app loads. Since we're only rendering on the client, there's nothing to show the user while the app is loading.
496496

497497
👉 **Add a `HydrateFallback` export**
498498

0 commit comments

Comments
 (0)