diff --git a/docs/local-api/overview.mdx b/docs/local-api/overview.mdx index cd9fbe15c9..82d050bd68 100644 --- a/docs/local-api/overview.mdx +++ b/docs/local-api/overview.mdx @@ -323,7 +323,7 @@ const result = await payload.updateGlobal({ ## TypeScript -Local API calls also support passing in a generic. This is especially useful if you generate your TS types using a [generate types script](/docs/typescript/generate-types). +Local API calls also support passing in a generic. This is especially useful if you generate your TS types using a [generate types script](/docs/typescript/generating-types). Here is an example of usage: