Skip to content

Commit a767260

Browse files
committed
chore: format
1 parent 5af90bd commit a767260

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
@@ -606,7 +606,7 @@ import { getContacts, createContact } from "../contacts";
606606

607607
export async function action() {
608608
const contact = await createContact();
609-
return { contact }
609+
return { contact };
610610
}
611611

612612
/* other code */

0 commit comments

Comments
 (0)