Fix a typo in docs (#10239)

SSR Catching -> SSR Caching
This commit is contained in:
none23 2020-01-23 22:40:09 +03:00 committed by Joe Haddad
parent fb47360f8d
commit bc139c29b7

View file

@ -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>