Skip to content

Commit

Permalink
docs: correct cacheTag function usage
Browse files Browse the repository at this point in the history
  • Loading branch information
wiscaksono committed Oct 27, 2024
1 parent ca5f29d commit 9c593e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/04-functions/cacheTag.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ export async function updateBookings() {
- **Multiple Tags**: You can assign multiple tags to a single cache entry by passing an array to `cacheTag`.

```tsx
cacheTag(['tag-one', 'tag-two'])
cacheTag('tag-one', 'tag-two')
```

0 comments on commit 9c593e4

Please sign in to comment.