Skip to content

Commit

Permalink
Updated docs for getStaticPaths return values based on the declared t…
Browse files Browse the repository at this point in the history
…ype (fix #33576)
  • Loading branch information
vadi-toptal committed Jan 24, 2022
1 parent 8bf755d commit 3883e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/data-fetching/get-static-paths.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 3883e09

Please sign in to comment.