Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/2-update-app-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/3-generate-contract-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
4 changes: 2 additions & 2 deletions docs/updating-an-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down