From e2b53d8916ef3d5f687cba607e42274d619e1fd7 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:38:02 +0200 Subject: [PATCH 1/4] Fix: typo --- getting-started/quick-start.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/quick-start.mdx b/getting-started/quick-start.mdx index 3e8a5d5..838ac99 100644 --- a/getting-started/quick-start.mdx +++ b/getting-started/quick-start.mdx @@ -7,7 +7,7 @@ description: "Start building Web3 applications today" ## 1-Click Deploy TurboETH can be deployed in [1-click deployment](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fturbo-eth%2Ftemplate-web3-app&project-name=TurboETH&repository-name=turbo-eth&demo-title=TurboETH&env=APP_ADMINS,NEXT_PUBLIC_ALCHEMY_API_KEY,NEXTAUTH_SECRET,ETHERSCAN_API_KEY,ETHERSCAN_API_KEY_OPTIMISM,ETHERSCAN_API_KEY_ARBITRUM,ETHERSCAN_API_KEY_POLYGON,DATABASE_URL&envDescription=How%20to%20get%20these%20env%20variables%3A&envLink=https%3A%2F%2Fgithub.com%2Fturbo-eth%2Ftemplate-web3-app%2Fblob%2Fmain%2F.env.example) using Vercel. -*Why use 1-click deploy?* Continuis integration (CI) setup. +*Why use 1-click deploy?* Continuous integration (CI) setup. Add required [Environment Variables](/getting-started/environment) when starting a new project. @@ -67,4 +67,4 @@ More information coming soon... ## Etherscan -More information coming soon... \ No newline at end of file +More information coming soon... From 04bcc29e948425046dcd1eb42ee07228c73c1072 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:38:43 +0200 Subject: [PATCH 2/4] Fix: typo --- getting-started/wagmi-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/wagmi-cli.mdx b/getting-started/wagmi-cli.mdx index d4e7682..4c4e7bc 100644 --- a/getting-started/wagmi-cli.mdx +++ b/getting-started/wagmi-cli.mdx @@ -17,7 +17,7 @@ The`@wagmi/cli` module is used to automatically generate hooks and export ABI. ## Generate Run the `generate` command to automatically export react hooks and ABI files. -**Only requred** when adding new smart contracts or updating the config. +**Only required** when adding new smart contracts or updating the config. ```bash pnpm wagmi generate From a3008eecec7a8a0819761aeb5873fce578044a0a Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:39:15 +0200 Subject: [PATCH 3/4] Fix: typos --- getting-started/wagmi.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/wagmi.mdx b/getting-started/wagmi.mdx index edc96dc..e57e86b 100644 --- a/getting-started/wagmi.mdx +++ b/getting-started/wagmi.mdx @@ -5,6 +5,6 @@ description: "" https://wagmi.sh -TurboETH use WAGMI for managing blockchain connections, reads, writes and events. +TurboETH uses WAGMI for managing blockchain connections, reads, writes and events. -The WAGMI module include hooks, chains and other utility functions for quickly building Web3 frontend applications. \ No newline at end of file +The WAGMI module includes hooks, chains and other utility functions for quickly building Web3 frontend applications. From 0cfabc9373b339f26b62628e66fb779fae79ad54 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:40:21 +0200 Subject: [PATCH 4/4] Fix: typos --- features/database.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/database.mdx b/features/database.mdx index fed5a13..0af6932 100644 --- a/features/database.mdx +++ b/features/database.mdx @@ -5,7 +5,7 @@ description: "" TurboETH includes support for [`prisma`](https://prisma.io) to automatically backend database bindings. -### Quickly Create New Datbase +### Quickly Create New Database - [MongoDB](https://www.mongodb.com/cloud/atlas) - NoSQL - [PlantScale](https://planetscale.com/) - MySQL @@ -27,9 +27,9 @@ https://pris.ly/d/getting-started - Schema - `prisma/schema.prisma` #### Generate -Run the `generate` command to automatically generat database client with typings +Run the `generate` command to automatically generate database client with typings -**Only requred** when adding updating the database schema. +**Only required** when adding updating the database schema. ```bash pnpm prisma:generate @@ -53,4 +53,4 @@ model User { updatedAt DateTime @updatedAt address String } -``` \ No newline at end of file +```