Skip to content

Commit c1142b9

Browse files
authored
docs(react-query): Small rephrase of adavnced-ssr.md (#9152)
“Let’s next look” – This is slightly awkward
1 parent 8b4e0bd commit c1142b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/advanced-ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This part is pretty similar to what we did in the SSR guide, we just need to spl
101101

102102
### Prefetching and de/hydrating data
103103

104-
Let's next look at how to actually prefetch data and dehydrate and hydrate it. This is what it looked like using the **Next.js pages router**:
104+
Next, let’s look at how to actually prefetch data, then dehydrate and hydrate it. This is what it looked like using the **Next.js Pages Router**:
105105

106106
```tsx
107107
// pages/posts.tsx

0 commit comments

Comments
 (0)