Skip to content

Commit

Permalink
Remove extra closing parenthesis (vercel#10948)
Browse files Browse the repository at this point in the history
* fix missing open parenthesis

* Apply suggestions from code review

Co-Authored-By: JJ Kasper <jj@jjsweb.site>

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
2 people authored and ScriptedAlchemy committed Mar 17, 2020
1 parent 14409b7 commit e600690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-features/data-fetching.md
Expand Up @@ -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`:

Expand Down

0 comments on commit e600690

Please sign in to comment.