Skip to content

Commit

Permalink
fix typo in getStaticPaths documentation (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
dario-piotrowicz authored Nov 21, 2023
1 parent 1c746ea commit 2d5dde9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-on-pages/docs/supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export async function getStaticPaths() {
// { fallback: false } means other routes should 404.
return {
paths,
+ fallback: false.
+ fallback: false,
};
}
```
Expand Down

0 comments on commit 2d5dde9

Please sign in to comment.