From 69fc0993515d6ca5a28446ecd11c2c6a859ce5c9 Mon Sep 17 00:00:00 2001 From: Ian <95192824+ianflynnwork@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:52:21 -0400 Subject: [PATCH] fix small error in tutorial documentation (#9313) --- contributors.yml | 1 + docs/start/tutorial.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 2444551770..85e3db76b5 100644 --- a/contributors.yml +++ b/contributors.yml @@ -111,3 +111,4 @@ - xavier-lc - xcsnowcity - yuleicul +- ianflynnwork diff --git a/docs/start/tutorial.md b/docs/start/tutorial.md index 56c045f038..1fd12ec5b2 100644 --- a/docs/start/tutorial.md +++ b/docs/start/tutorial.md @@ -760,7 +760,7 @@ export function loader({ params }) { return getContact(params.contactId); } -export default function Edit() { +export default function EditContact() { const contact = useLoaderData(); return (