Skip to content

Commit 69fc099

Browse files
authored
fix small error in tutorial documentation (#9313)
1 parent f722d7f commit 69fc099

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
@@ -111,3 +111,4 @@
111111
- xavier-lc
112112
- xcsnowcity
113113
- yuleicul
114+
- ianflynnwork

docs/start/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ export function loader({ params }) {
760760
return getContact(params.contactId);
761761
}
762762

763-
export default function Edit() {
763+
export default function EditContact() {
764764
const contact = useLoaderData();
765765

766766
return (

0 commit comments

Comments
 (0)