diff --git a/contributors.yml b/contributors.yml index 5103cecd1c..2279adaa8e 100644 --- a/contributors.yml +++ b/contributors.yml @@ -240,6 +240,7 @@ - RobHannay - robinvdvleuten - rtmann +- rtzll - rubeonline - ryanflorence - ryanhiebert diff --git a/docs/tutorials/address-book.md b/docs/tutorials/address-book.md index e3291fdcdc..dd503323d6 100644 --- a/docs/tutorials/address-book.md +++ b/docs/tutorials/address-book.md @@ -492,7 +492,7 @@ export default { } satisfies Config; ``` -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. +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. 👉 **Add a `HydrateFallback` export**