From 3883e09421aa0e2c27b346ab2a82434c822be52b Mon Sep 17 00:00:00 2001 From: vadi Date: Mon, 24 Jan 2022 08:27:35 +0800 Subject: [PATCH] Updated docs for getStaticPaths return values based on the declared type (fix #33576) --- docs/api-reference/data-fetching/get-static-paths.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`