Skip to content

Commit

Permalink
Fix link capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Nov 19, 2024
1 parent 1d8a91c commit 36fd57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/next-dynamic-api-wrong-context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ export async function GET() {
- [`headers()` function](/docs/app/api-reference/functions/headers)
- [`cookies()` function](/docs/app/api-reference/functions/cookies)
- [`draftMode()` function](/docs/app/api-reference/functions/draft-mode)
- [`unstable_noStore()` function](/docs/app/api-reference/functions/unstable_nostore)
- [`unstable_noStore()` function](/docs/app/api-reference/functions/unstable_noStore)
- [`unstable_cache()` function](/docs/app/api-reference/functions/unstable_cache)

0 comments on commit 36fd57d

Please sign in to comment.