Skip to content

Commit

Permalink
docs: Fix typo in app/building-your-application/caching
Browse files Browse the repository at this point in the history
- `options.next.tags` is correct (before: `options.next.tag`)
  • Loading branch information
hiddenest authored Aug 31, 2023
1 parent ac56bca commit 14f1c36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ fetch(`https://...`, { next: { revalidate: 3600 } })

See the [`fetch` API reference](/docs/app/api-reference/functions/fetch) for more options.

### `fetch options.next.tag` and `revalidateTag`
### `fetch options.next.tags` and `revalidateTag`

Next.js has a cache tagging system for fine-grained data caching and revalidation.

Expand Down

0 comments on commit 14f1c36

Please sign in to comment.