Skip to content

Commit 6fdba20

Browse files
balazsorban44ijjk
andauthored
docs: fix typo in Update 02-get-static-paths.mdx (#56757)
Fix typo in docs Fixes #56741 Co-authored-by: JJ Kasper <[email protected]>
1 parent a5d34d5 commit 6fdba20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-pages/01-building-your-application/03-data-fetching/02-get-static-paths.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: getStaticPaths
3-
description: Fetch data and generate static pages with `getStaticProps`. Learn more about this API for data fetching in Next.js.
3+
description: Fetch data and generate static pages with `getStaticPaths`. Learn more about this API for data fetching in Next.js.
44
---
55

66
If a page has [Dynamic Routes](/docs/pages/building-your-application/routing/dynamic-routes) and uses `getStaticProps`, it needs to define a list of paths to be statically generated.

0 commit comments

Comments
 (0)