diff --git a/docs/intro.md b/docs/intro.md index 15f4360..6edb254 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -26,7 +26,7 @@ If you want to integrate your app / protocol, you're in the right place! ## Contributing -The basic flow of getting your app listed on Zapper is the follow steps: +The basic flow of getting your app listed on Zapper is as follows: 1. Fork the Studio repo to your personal namespace. 1. Write your integration, using Zapper's provided SDK and the guides in this diff --git a/docs/tutorial/2-update-app-definition.md b/docs/tutorial/2-update-app-definition.md index 3a043be..f2cab47 100644 --- a/docs/tutorial/2-update-app-definition.md +++ b/docs/tutorial/2-update-app-definition.md @@ -69,7 +69,7 @@ Let's take a look at a few examples! ### Tokens Tokens are investment positions that are represented by a token standard like -`ERC20`. These are transferrable and fungible positions that maybe considered as +`ERC20`. These are transferrable and fungible positions that may be considered as a _receipt_ for an investment transaction. These _receipts_ may be used to represent: diff --git a/docs/tutorial/3-generate-contract-factory.md b/docs/tutorial/3-generate-contract-factory.md index 965019c..1c52538 100644 --- a/docs/tutorial/3-generate-contract-factory.md +++ b/docs/tutorial/3-generate-contract-factory.md @@ -16,7 +16,7 @@ of interacting with smart contracts. ## Add an ABI to your app -For the **Pickle Finnace** app, we'll need the ABI for the **Jar** tokens that +For the **Pickle Finance** app, we'll need the ABI for the **Jar** tokens that we intend to enumerate in our application. An easy way to find this ABI is to open [any Pickle vault token on Etherscan](https://etherscan.io/address/0x1bb74b5ddc1f4fc91d6f9e7906cf68bc93538e33), diff --git a/docs/updating-an-integration.md b/docs/updating-an-integration.md index 0842e95..c50a2d9 100644 --- a/docs/updating-an-integration.md +++ b/docs/updating-an-integration.md @@ -7,9 +7,9 @@ sidebar_class_name: hide Apps are constantly generating new capabilities for their users to take advantage of, and it is critical for Zapper to reflect those new positions for -users to track. Additonally, when devs are updating their app, they may break +users to track. Additionally, when devs are updating their app, they may break Zapper's integration, requiring some work to update the integration so it -comtinues to show correct information to users on Zapper and via the Zapper +continues to show correct information to users on Zapper and via the Zapper APIs. ## How to update an existing integration