Skip to content

Commit dabcf83

Browse files
authored
Minor copy tweaks
1 parent ade1558 commit dabcf83

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

solutions/sidekick/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: Sequence Sidekick provides a fully equipped backend, leveraging Seq
1919
Leverage Tenderly to easily debug your transactions, you get a simulation URL for every transaction executed through Sidekick.
2020
</Card>
2121
<Card horizontal title="Automatic contract verification" icon="circle-check">
22-
Veryfing contracts is cumbersom, Sidekick does it for you for every contract deployed.
22+
Verifying contracts is cumbersome. Sidekick does it for you for every contract deployed.
2323
</Card>
2424
<Card horizontal title="Integrated with Sequence Builder" icon="link">
2525
Already have a Sequence Builder project? Import all your contracts data into Sidekick with a single API call.
@@ -76,7 +76,7 @@ docker run -p -e SEQUENCE_PROJECT_ACCESS_KEY=... 7500:7500 ghcr.io/0xsequence/si
7676
This should get you started with a local Sidekick backend running on port 7500 with the minimal features.
7777

7878
<Note>
79-
We recomment setting SEQUENCE_PROJECT_ACCESS_KEY as well but for testing purposes we provide a default one, you can get yours from [Sequence Builder](https://sequence.build/).
79+
We recommend setting SEQUENCE_PROJECT_ACCESS_KEY as well but for testing purposes we provide a default one, you can get yours from [Sequence Builder](https://sequence.build/).
8080
</Note>
8181

8282
## Start Sidekick in dev mode
@@ -183,4 +183,4 @@ pnpm dev:withRedis
183183
This will run Sidekick and also start a Redis server.
184184

185185
## Gas Sponsorship
186-
On testnet, we sponsor all the transactions. However, on mainnet - you will want to ensure that you sponsor the transactions in order to ensure that they process correctly by sponsoring the contract itself. You can take a deeper look at our [Gas Sponsorship](/solutions/builder/gas-tank) solution to learn how to do this.
186+
On testnet, we sponsor all the transactions. However, on mainnet - you will want to ensure that you sponsor the transactions in order to ensure that they process correctly by sponsoring the contract itself. You can take a deeper look at our [Gas Sponsorship](/solutions/builder/gas-tank) solution to learn how to do this.

0 commit comments

Comments
 (0)