docs: Remove unneeded word in caching docs (#54451)

This commit is contained in:
Lee Robinson 2023-08-23 11:24:31 -05:00 committed by GitHub
parent 00106b7ef4
commit ed3aea924d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -490,7 +490,7 @@ For example, you can set a tag when fetching data:
fetch(`https://...`, { next: { tags: ['a', 'b', 'c'] } })
```
Then, then call `revalidateTag` with a tag to purge the cache entry:
Then, call `revalidateTag` with a tag to purge the cache entry:
```jsx
// Revalidate entries with a specific tag