From df5c335480ceb58e3dad64daae5f5ba3a89b58ba Mon Sep 17 00:00:00 2001 From: Jonas Daniels <jonas.daniels@outlook.com> Date: Tue, 17 Dec 2024 12:44:11 -0800 Subject: [PATCH] fix typo in RPC Edge title --- apps/portal/src/app/infrastructure/rpc-edge/overview/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/app/infrastructure/rpc-edge/overview/page.mdx b/apps/portal/src/app/infrastructure/rpc-edge/overview/page.mdx index 86fd2d90d21..d816ee4a568 100644 --- a/apps/portal/src/app/infrastructure/rpc-edge/overview/page.mdx +++ b/apps/portal/src/app/infrastructure/rpc-edge/overview/page.mdx @@ -7,7 +7,7 @@ export const metadata = createMetadata({ title: "thirdweb RPC Edge", icon: "rpc", }, - title: "thridweb RPC Edge", + title: "thirdweb RPC Edge", description: "Remote Procedure Call (RPC) Edge provides reliable access to querying data and interacting with the blockchain through global edge RPCs.", });