We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a534580 commit 9a85c20Copy full SHA for 9a85c20
apps/portal/src/app/references/typescript/[version]/layout.tsx
@@ -5,7 +5,7 @@ import { getTDocLayout } from "@/app/references/components/TDoc/PageLayout";
5
export default getTDocLayout({
6
getDoc: fetchTypeScriptDoc,
7
packageSlug: "typescript",
8
- sdkTitle: "Connect SDK",
+ sdkTitle: "TypeScript SDK",
9
});
10
11
export const metadata = createMetadata({
0 commit comments