From b51157c0ff17e9535029fc8790cfa8538d1c995f Mon Sep 17 00:00:00 2001 From: MananTank Date: Tue, 25 Mar 2025 22:48:05 +0000 Subject: [PATCH] [TOOL-3735] Fix minor typos (#6531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## PR-Codex overview This PR focuses on fixing typos and improving text clarity in various components of the application. ### Detailed summary - In `PayConfig.tsx`, corrected "will are" to "are" in the `bottomText` prop. - In `page.tsx` (commerce), corrected "paymets" to "payments". - In `page.tsx` (headless), corrected "Seemlessly" to "Seamlessly" in the `description`. - In `page.tsx` (embed), corrected "Seemlessly" to "Seamlessly" in the `description`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/dashboard/src/components/pay/PayConfig.tsx | 2 +- apps/playground-web/src/app/connect/pay/commerce/page.tsx | 2 +- apps/playground-web/src/app/connect/sign-in/embed/page.tsx | 2 +- apps/playground-web/src/app/connect/sign-in/headless/page.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/dashboard/src/components/pay/PayConfig.tsx b/apps/dashboard/src/components/pay/PayConfig.tsx index 7696fdf287c..12be74bcef5 100644 --- a/apps/dashboard/src/components/pay/PayConfig.tsx +++ b/apps/dashboard/src/components/pay/PayConfig.tsx @@ -125,7 +125,7 @@ export const PayConfig: React.FC = (props) => {

- Take paymets from Fiat or Crypto directly to your seller wallet. + Take payments from Fiat or Crypto directly to your seller wallet.
Get notified for every sale through webhooks, which lets you trigger any action you want like shipping physical goods, activating services diff --git a/apps/playground-web/src/app/connect/sign-in/embed/page.tsx b/apps/playground-web/src/app/connect/sign-in/embed/page.tsx index e9b43a17186..cbcc70c56cc 100644 --- a/apps/playground-web/src/app/connect/sign-in/embed/page.tsx +++ b/apps/playground-web/src/app/connect/sign-in/embed/page.tsx @@ -9,7 +9,7 @@ export const metadata: Metadata = { metadataBase, title: "Sign In, Account Abstraction and SIWE Auth | thirdweb ConnectEmbed", description: - "Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seemlessly integrate account abstraction and SIWE auth.", + "Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seamlessly integrate account abstraction and SIWE auth.", }; export default function Page() { diff --git a/apps/playground-web/src/app/connect/sign-in/headless/page.tsx b/apps/playground-web/src/app/connect/sign-in/headless/page.tsx index fe90865f5d9..e7c45eca6e9 100644 --- a/apps/playground-web/src/app/connect/sign-in/headless/page.tsx +++ b/apps/playground-web/src/app/connect/sign-in/headless/page.tsx @@ -10,7 +10,7 @@ export const metadata: Metadata = { metadataBase, title: "Sign In, Account Abstraction and SIWE Auth | thirdweb Connect", description: - "Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seemlessly integrate account abstraction and SIWE auth.", + "Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seamlessly integrate account abstraction and SIWE auth.", }; export default function Page() {