Skip to content

Commit

Permalink
fix small error in tutorial documentation (#9313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-flynn committed Sep 20, 2022
1 parent f722d7f commit 69fc099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -111,3 +111,4 @@
- xavier-lc
- xcsnowcity
- yuleicul
- ianflynnwork
2 changes: 1 addition & 1 deletion docs/start/tutorial.md
Expand Up @@ -760,7 +760,7 @@ export function loader({ params }) {
return getContact(params.contactId);
}

export default function Edit() {
export default function EditContact() {
const contact = useLoaderData();

return (
Expand Down

0 comments on commit 69fc099

Please sign in to comment.