Skip to content

Commit

Permalink
Fix minor syntax (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
HelpMe-Pls authored Dec 13, 2023
1 parent efda7dc commit 9669806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/02.routing/01.problem.routes/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default function Child() {

With that, when you navigate to `/parent/child`, you'll see "Parent" above
"Child". If we swap the `<h1>` and `<Outlet />` in the parent, then the child
will be above the parent. The parent gets to decide where it's child goes.
will be above the parent. The parent gets to decide where its child goes.

🐨 So go ahead and open the <InlineFile file="app/routes/users+/kody_+/notes.tsx" line={4} column={99} /> file and
get the `<Outlet />` component from `@remix-run/react`, then render it below the
Expand Down

0 comments on commit 9669806

Please sign in to comment.