From 02ca3fe9c341c8a6899ac706f8fe43f25854583a Mon Sep 17 00:00:00 2001 From: standstaff Date: Mon, 9 Dec 2024 20:15:00 +0800 Subject: [PATCH] chore: remove redundant words in comment Signed-off-by: standstaff --- docs/community/release-process/smart-contracts.md | 6 +++--- docs/general/web2-to-web3.md | 2 +- src/pages/home/_components/ShowcaseFilterToggle/index.tsx | 2 +- .../showcase/_components/ShowcaseFilterToggle/index.tsx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/community/release-process/smart-contracts.md b/docs/community/release-process/smart-contracts.md index 1ef766d1eb..40f8e85924 100644 --- a/docs/community/release-process/smart-contracts.md +++ b/docs/community/release-process/smart-contracts.md @@ -344,7 +344,7 @@ Deploying a new contract release should occur with the following process. On-cha
  • On Tuesday: Run the{" "} smart contract release script{" "} - in order to to deploy the contracts to Baklava as well as submit a + in order to deploy the contracts to Baklava as well as submit a governance proposal.
    • @@ -370,7 +370,7 @@ Deploying a new contract release should occur with the following process. On-cha smart contract release script {" "} - in order to to deploy the contracts to Alfajores as well as submit a + in order to deploy the contracts to Alfajores as well as submit a governance proposal.
    • @@ -395,7 +395,7 @@ Deploying a new contract release should occur with the following process. On-cha smart contract release script {" "} - in order to to deploy the contracts to Mainnet as well as submit a + in order to deploy the contracts to Mainnet as well as submit a governance proposal.
    • diff --git a/docs/general/web2-to-web3.md b/docs/general/web2-to-web3.md index 0a9a35bf62..e5b2e6bd1d 100644 --- a/docs/general/web2-to-web3.md +++ b/docs/general/web2-to-web3.md @@ -9,7 +9,7 @@ Overview of the anatomy of a dApp and its architecture difference from a web2 ap ## Introduction -_This article assumes you have experience writing front-ends for web apps (called web2 apps here) and want to gain an an understanding of the differences and commonalities when creating front-ends for web3 apps._ +_This article assumes you have experience writing front-ends for web apps (called web2 apps here) and want to gain an understanding of the differences and commonalities when creating front-ends for web3 apps._ Web3 dApps expand on the front-end architectural systems of Web2 Applications. Concepts like SinglePageApp, State and UI Management, Data Fetching and Caching serve as the foundation of any Web3 dApp. Compared to Web2 Apps, even more computation is pushed to the client/browser as computing on the blockchain costs literal money while running your own traditional backend between the blockchain and frontend increases centralization and is not used by most web3 dApps. diff --git a/src/pages/home/_components/ShowcaseFilterToggle/index.tsx b/src/pages/home/_components/ShowcaseFilterToggle/index.tsx index bd8ef9c3d6..52810adf96 100644 --- a/src/pages/home/_components/ShowcaseFilterToggle/index.tsx +++ b/src/pages/home/_components/ShowcaseFilterToggle/index.tsx @@ -50,7 +50,7 @@ export default function ShowcaseFilterToggle(): JSX.Element { type="checkbox" id={id} className="screen-reader-only" - aria-label="Toggle between or and and for the tags you selected" + aria-label="Toggle between or and for the tags you selected" onChange={toggleOperator} onKeyDown={(e) => { if (e.key === "Enter") { diff --git a/src/pages/showcase/_components/ShowcaseFilterToggle/index.tsx b/src/pages/showcase/_components/ShowcaseFilterToggle/index.tsx index bd8ef9c3d6..52810adf96 100644 --- a/src/pages/showcase/_components/ShowcaseFilterToggle/index.tsx +++ b/src/pages/showcase/_components/ShowcaseFilterToggle/index.tsx @@ -50,7 +50,7 @@ export default function ShowcaseFilterToggle(): JSX.Element { type="checkbox" id={id} className="screen-reader-only" - aria-label="Toggle between or and and for the tags you selected" + aria-label="Toggle between or and for the tags you selected" onChange={toggleOperator} onKeyDown={(e) => { if (e.key === "Enter") {