diff --git a/docs/basic-features/data-fetching.md b/docs/basic-features/data-fetching.md index 763191de851f9df..b77dc3dc58063d1 100644 --- a/docs/basic-features/data-fetching.md +++ b/docs/basic-features/data-fetching.md @@ -229,7 +229,7 @@ If `fallback` is `true`, then the behavior of `getStaticProps` changes: In the “fallback” version of a page: - The page’s props will be empty. -- Using the [router](/docs/api-reference/next/router.md)), you can detect if the fallback is being rendered, `router.isFallback` will be `true`. +- Using the [router](/docs/api-reference/next/router.md), you can detect if the fallback is being rendered, `router.isFallback` will be `true`. Here’s an example that uses `isFallback`: