Skip to content

Commit 3883e09

Browse files
committed
Updated docs for getStaticPaths return values based on the declared type (fix #33576)
1 parent 8bf755d commit 3883e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-reference/data-fetching/get-static-paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function getStaticPaths() {
2929

3030
## getStaticPaths return values
3131

32-
The `getStaticPaths` function should return an object with the following **required** properties:
32+
The `getStaticPaths` function should return an object with **any one of the following** properties:
3333

3434
### `paths`
3535

0 commit comments

Comments
 (0)