Skip to content

Commit

Permalink
doc: dynamic params
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Jul 23, 2024
1 parent f8579eb commit 86c0eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/content/docs/dynamic-parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Dynamic Parameters
description: Dynamic Parameters
---

Dynamic parameters are parameters that are defined in the url path. They are defined using the `:` prefix. When the request is made, the dynamic paramters will be replace with the values passed in the `params` option.
Dynamic parameters are parameters that are defined in the url path. They are defined using the `:` prefix. When the request is made, the dynamic paramters will be replaced with the values passed in the `params` option.

```ts twoslash title="fetch.ts"
import { createFetch } from "@better-fetch/fetch";
Expand Down

0 comments on commit 86c0eaa

Please sign in to comment.