Skip to content

Commit

Permalink
fix typo in data fetching guide for Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxkashif34 authored Dec 21, 2024
1 parent 790efc5 commit 49a2dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ related:
- app/api-reference/file-conventions/loading
---

This page will walk you through how you can fetch data in [Server Components](#server-components) and [Client Components](#client-components). As well as how to to [stream](#streaming) content that depends on data.
This page will walk you through how you can fetch data in [Server Components](#server-components) and [Client Components](#client-components). As well as how to [stream](#streaming) content that depends on data.

## Fetching data

Expand Down

0 comments on commit 49a2dc4

Please sign in to comment.