docs: fix grammar in revalidateTag docs (#58210)

This commit is contained in:
Asad Khan 2023-11-16 09:51:10 +05:00 committed by GitHub
parent dd4593b937
commit ee99c9f6e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -504,7 +504,7 @@ There are two places you can use `revalidateTag`, depending on what you're tryin
### `revalidatePath`
`revalidatePath` allows you manually revalidate data **and** re-render the route segments below a specific path in a single operation. Calling `revalidatePath` methods revalidate the Data Cache, which in turn invalidates the Full Route Cache.
`revalidatePath` allows you manually revalidate data **and** re-render the route segments below a specific path in a single operation. Calling the `revalidatePath` method revalidates the Data Cache, which in turn invalidates the Full Route Cache.
```jsx
revalidatePath('/')