Skip to content

Commit

Permalink
docs: fix broken diagram in caching docs (#53414)
Browse files Browse the repository at this point in the history
Follow up from #52514.

We're still missing the static and dynamic diagram, it was missed in the PR to `front` to add the original diagrams. We'll need to get that in as well, could be here, or in a follow up.
  • Loading branch information
leerob authored Aug 1, 2023
1 parent cdbea3e commit 19c4eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/02-app/01-building-your-application/04-caching/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Alternatively, you can use [Route Segment Config options](#segment-config-option
<Image
alt="Diagram showing how time-based revalidation works, after the revalidation period, stale data is returned for the first request, then data is revalidated."
srcLight="/docs/light/time-based-revalidation.png"
srcDark="/docs/dark/time-based-revalidatioin.png"
srcDark="/docs/dark/time-based-revalidation.png"
width="1600"
height="1192"
/>
Expand Down Expand Up @@ -503,7 +503,7 @@ There are two places you can use `revalidatePath`, depending on what you're tryi

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

> ** `revalidatePath` vs. `router.refresh`**:
> **`revalidatePath` vs. `router.refresh`**:
>
> Calling `router.refresh` will clear the Router cache, and re-render route segments on the server without invalidating the Data Cache or the Full Route Cache.
>
Expand Down

0 comments on commit 19c4eec

Please sign in to comment.