Skip to content

Commit

Permalink
Fix typo in unstable_cache.mdx (vercel#62301)
Browse files Browse the repository at this point in the history
  • Loading branch information
nphmuller authored Feb 20, 2024
1 parent 51e231b commit 1783e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default async function Component({ userID }) {
```

> **Good to know**:
> Accessing dynamic data sources such as `headers` or `cookies` inside a cache scope is not supported. If you need this data inside a cached function use `headers` oustide of the cached function and pass the required dynamic data in as an argument.
> Accessing dynamic data sources such as `headers` or `cookies` inside a cache scope is not supported. If you need this data inside a cached function use `headers` outside of the cached function and pass the required dynamic data in as an argument.
> **Warning**: This API is unstable and may change in the future. We will provide migration documentation and codemods, if needed, as this API stabilizes.
Expand Down

0 comments on commit 1783e55

Please sign in to comment.