Skip to content

Commit

Permalink
docs: fix typo in Update 02-get-static-paths.mdx (#56757)
Browse files Browse the repository at this point in the history
Fix typo in docs

Fixes #56741

Co-authored-by: JJ Kasper <[email protected]>
  • Loading branch information
balazsorban44 and ijjk authored Oct 12, 2023
1 parent a5d34d5 commit 6fdba20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: getStaticPaths
description: Fetch data and generate static pages with `getStaticProps`. Learn more about this API for data fetching in Next.js.
description: Fetch data and generate static pages with `getStaticPaths`. Learn more about this API for data fetching in Next.js.
---

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.
Expand Down

0 comments on commit 6fdba20

Please sign in to comment.