Skip to content

Commit

Permalink
docs: fixed a typo in parallel routes (#51267)
Browse files Browse the repository at this point in the history
`allow` => `allows`
  • Loading branch information
escwxyz committed Jun 14, 2023
1 parent 0bda628 commit 18b133e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Parallel Routing allows you to define independent error and loading states for e
height="1218"
/>

Parallel Routing also allow you to conditionally render a slot based on certain conditions, such as authentication state. This enables fully separated code on the same URL.
Parallel Routing also allows you to conditionally render a slot based on certain conditions, such as authentication state. This enables fully separated code on the same URL.

<Image
alt="Conditional routes diagram"
Expand Down

0 comments on commit 18b133e

Please sign in to comment.