Skip to content

Commit b51157c

Browse files
committed
[TOOL-3735] Fix minor typos (#6531)
<!-- start pr-codex --> ## 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}` <!-- end pr-codex -->
1 parent f1df19e commit b51157c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/dashboard/src/components/pay/PayConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const PayConfig: React.FC<PayConfigProps> = (props) => {
125125
<Form {...form}>
126126
<form onSubmit={handleSubmit} autoComplete="off">
127127
<SettingsCard
128-
bottomText="Shared Fees will are sent to recipient address"
128+
bottomText="Shared Fees are sent to recipient address"
129129
errorText={form.getFieldState("payoutAddress").error?.message}
130130
saveButton={{
131131
type: "submit",

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)