Skip to content

Commit

Permalink
Update src/routes/solid-start/guides/data-fetching.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah <[email protected]>
  • Loading branch information
amirhhashemi and LadyBluenotes authored Dec 30, 2024
1 parent 99a1797 commit fb1470c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/solid-start/guides/data-fetching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default function Page() {

## Passing parameters to queries

To create a query that accepts parameters, you can pass any number of arguments to your query function:
When creating a query that accepts parameters, you can define your query function to take any number of arguments:

```tsx {9-10} {15} {19-20} title="src/routes/posts/[id]/index.tsx"
import { ErrorBoundary } from "solid-js";
Expand Down

0 comments on commit fb1470c

Please sign in to comment.