Skip to content

Commit

Permalink
Fix a typo in docs (#10239)
Browse files Browse the repository at this point in the history
SSR Catching -> SSR Caching
  • Loading branch information
none23 authored and Timer committed Jan 23, 2020
1 parent fb47360 commit bc139c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-features/custom-server.md
Expand Up @@ -11,7 +11,7 @@ description: Start a Next.js app programmatically using a custom server.
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/custom-server-express">Express integration</a></li>
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/custom-server-hapi">Hapi integration</a></li>
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/custom-server-koa">Koa integration</a></li>
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/ssr-caching">SSR Catching</a></li>
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/ssr-caching">SSR Caching</a></li>
</ul>
</details>

Expand Down

0 comments on commit bc139c2

Please sign in to comment.