diff --git a/errors/next-dynamic-api-wrong-context.mdx b/errors/next-dynamic-api-wrong-context.mdx index aecbad45f8677..157b78621fb7d 100644 --- a/errors/next-dynamic-api-wrong-context.mdx +++ b/errors/next-dynamic-api-wrong-context.mdx @@ -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)