Skip to content

[TOOL-3735] Fix minor typos #6531

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/dashboard/src/components/pay/PayConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const PayConfig: React.FC<PayConfigProps> = (props) => {
<Form {...form}>
<form onSubmit={handleSubmit} autoComplete="off">
<SettingsCard
bottomText="Shared Fees will are sent to recipient address"
bottomText="Shared Fees are sent to recipient address"
errorText={form.getFieldState("payoutAddress").error?.message}
saveButton={{
type: "submit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function BuyMerch() {
Commerce
</h2>
<p className="max-w-[600px]">
Take paymets from Fiat or Crypto directly to your seller wallet.
Take payments from Fiat or Crypto directly to your seller wallet.
<br />
Get notified for every sale through webhooks, which lets you trigger
any action you want like shipping physical goods, activating services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
Loading