Skip to content

Commit 860107d

Browse files
committed
chore: remove redundant words in comment
Signed-off-by: hongkuang <[email protected]>
1 parent b7c8854 commit 860107d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/dashboard/src/components/mission/DesireSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const DesireSection = () => {
3636
iconWidth="102px"
3737
icon={require("../../../public/assets/product-pages/mission/icon-control.svg")}
3838
title="Give control to developers"
39-
description="Developers should have full control over their stack. thirdweb is designed to to allow developers to assemble and reassemble different parts of our tools and provide their own configurations. thirdweb has no servers, and every contract or app is owned by the developer."
39+
description="Developers should have full control over their stack. thirdweb is designed to allow developers to assemble and reassemble different parts of our tools and provide their own configurations. thirdweb has no servers, and every contract or app is owned by the developer."
4040
/>
4141

4242
<LandingIconSectionItem

apps/portal/src/app/connect/wallet/security/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When a user signs into an application using their email or social logins for the
3838

3939
### General Usage
4040

41-
- When users interact with their wallet via the the enclave, all communications are encrypted and only the legitimate user can access their wallet.
41+
- When users interact with their wallet via the enclave, all communications are encrypted and only the legitimate user can access their wallet.
4242
- All traffic is encrypted with TLS and HSTS. Services are run in private VPCs on AWS and accessible only from a single entry point via our Cloudflare DNS.
4343
- Applications can [link multiple authentication methods](/connect/in-app-wallet/guides/link-multiple-profiles) to the same wallet. Any of these methods can be used to authenticate into the users wallet.
4444

packages/thirdweb/src/react/web/wallets/in-app/InAppWalletConnectUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function InAppWalletConnectUI(props: {
5151
return <LoadingScreen />;
5252
}
5353

54-
// if the the modal starts out with the wallet's connect ui instead of wallet selector - going back to main screen requires staying on the same component and clearing the selection data
54+
// if the modal starts out with the wallet's connect ui instead of wallet selector - going back to main screen requires staying on the same component and clearing the selection data
5555
// otherwise, we go back to the wallet selector by calling props.goBack
5656
const goBackToMain = () => {
5757
if (initialScreen === props.wallet) {

0 commit comments

Comments
 (0)