diff --git a/apps/content/content/docs/client/vanilla.mdx b/apps/content/content/docs/client/vanilla.mdx index 48202070..cdcda488 100644 --- a/apps/content/content/docs/client/vanilla.mdx +++ b/apps/content/content/docs/client/vanilla.mdx @@ -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'