diff --git a/errors/invalid-getstaticpaths-value.md b/errors/invalid-getstaticpaths-value.md index df190e72205eda1..49ba0064159b25f 100644 --- a/errors/invalid-getstaticpaths-value.md +++ b/errors/invalid-getstaticpaths-value.md @@ -9,7 +9,7 @@ In one of the page's `unstable_getStaticPaths` the return value had the incorrec Make sure to return the following shape from `unstable_getStaticPaths`: ```js -export async function unstable_getStaticProps() { +export async function unstable_getStaticPaths() { return { paths: Array }