Skip to content

Commit

Permalink
docs: add missing word. (#51490)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicsantizo committed Jun 19, 2023
1 parent 5936213 commit 4977bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Without partial rendering, each navigation would cause the full page to re-rende

## Advanced Routing Patterns

The App Router also provides a set conventions to help you implement more advanced routing patterns. These include:
The App Router also provides a set of conventions to help you implement more advanced routing patterns. These include:

- [Parallel Routes](/docs/app/building-your-application/routing/parallel-routes): Allow you to simultaneously show two or more pages in the same view that can be navigated independently. You can use them for split views that have their own sub-navigation. E.g. Dashboards.
- [Intercepting Routes](/docs/app/building-your-application/routing/intercepting-routes): Allow you to intercept a route and show it in the context of another route. You can use these when keeping the context for the current page is important. E.g. Seeing all tasks while editing one task or expanding a photo in a feed.
Expand Down

0 comments on commit 4977bb7

Please sign in to comment.