Skip to content

Commit

Permalink
docs: fix typo in 08-parallel-routes.mdx (#53069)
Browse files Browse the repository at this point in the history
### What?

Fix a typo in `08-parallel-routes.mdx` by adding a whitespace.

### Why?

<img width="783" alt="스크린샷 2023-07-23 오후 4 11 22" src="https://github.com/vercel/next.js/assets/8033896/0bb92fc5-5a6f-4461-895a-a956abf52a9d">


### How?
  • Loading branch information
HurSungYun committed Jul 23, 2023
1 parent e4871f6 commit caeaa74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Parallel Routing can be used to render modals.
height="687"
/>

The `@authModal` slot renders a`<Modal>` component that can be shown by navigating to a matching route, for example `/login`.
The `@authModal` slot renders a `<Modal>` component that can be shown by navigating to a matching route, for example `/login`.

```tsx filename="app/layout.tsx" switcher
export default async function Layout(props: {
Expand Down

0 comments on commit caeaa74

Please sign in to comment.