Skip to content

Commit 8ca9b0e

Browse files
authored
small fix (#9592)
1 parent 8f4043b commit 8ca9b0e

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
@@ -140,3 +140,4 @@
140140
- xavier-lc
141141
- xcsnowcity
142142
- yuleicul
143+
- modex98

docs/start/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ We'll create new contacts by exporting an `action` in our root route, wiring it
595595

596596
👉 **Create the action and change `<form>` to `<Form>`**
597597

598-
```jsx filename=src/routes/root.jsx lines=[5,7,9-11,22-24]
598+
```jsx filename=src/routes/root.jsx lines=[5,7,9-11,22-25]
599599
import {
600600
Outlet,
601601
Link,

0 commit comments

Comments
 (0)