diff --git a/docs/api-reference/data-fetching/get-static-paths.md b/docs/api-reference/data-fetching/get-static-paths.md index 2ca0841fecaee3..c031f14558a2e9 100644 --- a/docs/api-reference/data-fetching/get-static-paths.md +++ b/docs/api-reference/data-fetching/get-static-paths.md @@ -29,7 +29,7 @@ export async function getStaticPaths() { ## getStaticPaths return values -The `getStaticPaths` function should return an object with the following **required** properties: +The `getStaticPaths` function should return an object with **any one of the following** properties: ### `paths`