Skip to content

Commit a0e6be5

Browse files
committed
chore: format
1 parent e39f8a9 commit a0e6be5

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
@@ -1491,7 +1491,7 @@ Notice how controlling the input requires three points of synchronization now in
14911491
import { useEffect, useState } from "react";
14921492
// existing code
14931493

1494-
export async function loader({ request }) {
1494+
export async function loader({ request }) {
14951495
const url = new URL(request.url);
14961496
const q = url.searchParams.get("q") || "";
14971497
const contacts = await getContacts(q);

0 commit comments

Comments
 (0)