Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Dec 29, 2024
1 parent 54aea4e commit e7f1e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/content/content/docs/client/vanilla.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ client.getting({ name: 'unnoq' }, { context: { cache: 'force-cache' } })
## Dynamic Link

With the **Dynamic Link** mechanism, you can define custom logic to dynamically choose between different ORPC links based on the request's context, path, or input.
With the **Dynamic Link** mechanism, you can define custom logic to dynamically choose between different links based on the request's context, path, or input.

```ts twoslash
import type { router } from 'examples/server'
Expand Down

0 comments on commit e7f1e1a

Please sign in to comment.