Skip to content

Commit 95baccd

Browse files
committed
[TOOL-3735] Portal: Fix minor typos
1 parent d9091bd commit 95baccd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/playground-web/src/app/connect/pay/commerce/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function BuyMerch() {
4444
Commerce
4545
</h2>
4646
<p className="max-w-[600px]">
47-
Take paymets from Fiat or Crypto directly to your seller wallet.
47+
Take payments from Fiat or Crypto directly to your seller wallet.
4848
<br />
4949
Get notified for every sale through webhooks, which lets you trigger
5050
any action you want like shipping physical goods, activating services

apps/playground-web/src/app/connect/sign-in/embed/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
99
metadataBase,
1010
title: "Sign In, Account Abstraction and SIWE Auth | thirdweb ConnectEmbed",
1111
description:
12-
"Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seemlessly integrate account abstraction and SIWE auth.",
12+
"Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seamlessly integrate account abstraction and SIWE auth.",
1313
};
1414

1515
export default function Page() {

apps/playground-web/src/app/connect/sign-in/headless/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const metadata: Metadata = {
1010
metadataBase,
1111
title: "Sign In, Account Abstraction and SIWE Auth | thirdweb Connect",
1212
description:
13-
"Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seemlessly integrate account abstraction and SIWE auth.",
13+
"Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seamlessly integrate account abstraction and SIWE auth.",
1414
};
1515

1616
export default function Page() {

0 commit comments

Comments
 (0)