Skip to content

Commit

Permalink
Fix other typo in generate-static-params.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Terro216 authored Jul 12, 2023
1 parent 5a383ce commit cd0c0e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ export function generateStaticParams() {

// Three versions of this page will be statically generated
// using the `params` returned by `generateStaticParams`
// - /product/a/1
// - /product/b/2
// - /product/c/3
// - /products/a/1
// - /products/b/2
// - /products/c/3
export default function Page({ params }) {
const { category, product } = params
// ...
Expand Down

0 comments on commit cd0c0e0

Please sign in to comment.