Skip to content

Commit cde961c

Browse files
ned-parkmachour
andauthored
docs(start/tutorial) fix: highlighting for changing <form> to <Form> (#10025)
Co-authored-by: Mehdi Achour <[email protected]>
1 parent 98095b8 commit cde961c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/tutorial.md

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

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

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

0 commit comments

Comments
 (0)