Skip to content

Commit

Permalink
Update 02-dynamic-routes.mdx (#52975)
Browse files Browse the repository at this point in the history
grammatical mistake

### What?
Small grammatical mistake on https://nextjs.org/docs/pages/building-your-application/routing/dynamic-routes
  • Loading branch information
Heidar-An committed Jul 21, 2023
1 parent bb5fced commit 732219e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ When you don't know the exact segment names ahead of time and want to create rou

A Dynamic Segment can be created by wrapping a folder's name in square brackets: `[folderName]`. For example, `[id]` or `[slug]`.

Dynamic Segments can be access from [`useRouter`](/docs/pages/api-reference/functions/use-router).
Dynamic Segments can be accessed from [`useRouter`](/docs/pages/api-reference/functions/use-router).

## Example

Expand Down

0 comments on commit 732219e

Please sign in to comment.