Skip to content

Commit 13f4eed

Browse files
authored
docs(start/tutorial): fix EditContact component typo (#10015)
1 parent 3d521fa commit 13f4eed

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
@@ -128,6 +128,7 @@
128128
- morleytatro
129129
- ms10596
130130
- noisypigeon
131+
- ned-park
131132
- omar-moquete
132133
- p13i
133134
- parched

docs/start/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ import {
12981298
useNavigate,
12991299
} from "react-router-dom";
13001300

1301-
export default function Edit() {
1301+
export default function EditContact() {
13021302
const contact = useLoaderData();
13031303
const navigate = useNavigate();
13041304

0 commit comments

Comments
 (0)