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() {