Skip to content

Commit de5e57b

Browse files
authored
docs(start/overview): fix props in 'Nested Routes' section (#10537)
1 parent 99768df commit de5e57b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@
192192
- thisiskartik
193193
- thomasverleye
194194
- ThornWu
195+
- tiborbarsi
195196
- timdorr
196197
- TkDodo
197198
- tkindy

docs/start/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ createBrowserRouter(
7878
element={<Login />}
7979
loader={redirectIfUser}
8080
/>
81-
<Route path="logout" />
81+
<Route path="logout" action={logoutUser} />
8282
</Route>
8383
</Route>
8484
)

0 commit comments

Comments
 (0)