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 +``` 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... 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 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.