From 3e3d151e4c4947ef821ffdea4faee27e7df5f0dc Mon Sep 17 00:00:00 2001 From: James Date: Tue, 11 Oct 2022 08:32:27 -0400 Subject: [PATCH] docs: #1235, broken typescript link --- docs/local-api/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: