Skip to content

Commit

Permalink
Fix small punctuation issue (#11439)
Browse files Browse the repository at this point in the history
  • Loading branch information
PullJosh committed Mar 30, 2020
1 parent a553768 commit e4bf0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/routing/dynamic-routes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Dynamic Routes are pages that allow you to add custom params to you
</ul>
</details>

Defining routes by using predefined paths is not always enough for complex applications, in Next.js you can add brackets to a page (`[param]`) to create a dynamic route (a.k.a. url slugs, pretty urls, and others).
Defining routes by using predefined paths is not always enough for complex applications. In Next.js you can add brackets to a page (`[param]`) to create a dynamic route (a.k.a. url slugs, pretty urls, and others).

Consider the following page `pages/post/[pid].js`:

Expand Down

0 comments on commit e4bf0d4

Please sign in to comment.