Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Jun 1, 2023
1 parent e39f8a9 commit a0e6be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ Notice how controlling the input requires three points of synchronization now in
import { useEffect, useState } from "react";
// existing code

export async function loader({ request }) {
export async function loader({ request }) {
const url = new URL(request.url);
const q = url.searchParams.get("q") || "";
const contacts = await getContacts(q);
Expand Down

0 comments on commit a0e6be5

Please sign in to comment.