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 Nov 23, 2024
1 parent 3ff9bde commit 87f8165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/spa.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ With server rendering disabled, you can still use `clientLoader` and `clientActi
import { Route } from "./+types/some-route";

export async function clientLoader({
params
params,
}: Route.ClientLoaderArgs) {
let data = await fetch(`/some/api/stuff/${params.id}`);
return data;
Expand Down

0 comments on commit 87f8165

Please sign in to comment.