Skip to content

Commit

Permalink
fixed small typo (#8651)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaepke committed Mar 15, 2022
1 parent c8dff1b commit e3fdf19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -47,3 +47,4 @@
- turansky
- underager
- vijaypushkin
- janpaepke
2 changes: 1 addition & 1 deletion docs/getting-started/concepts.md
Expand Up @@ -668,7 +668,7 @@ The `PageLayout` route is admittedly weird. We call it a [layout route](#layout-

```jsx bad lines=[14-16,22-24]
<Routes>
<Routes path="/" element={<App />}>
<Route path="/" element={<App />}>
<Route index element={<Home />} />
<Route path="teams" element={<Teams />}>
<Route path=":teamId" element={<Team />} />
Expand Down

0 comments on commit e3fdf19

Please sign in to comment.