From 3b74437873e98fec02ae62a674f548fd95551a3c Mon Sep 17 00:00:00 2001 From: seandotau Date: Wed, 3 Jan 2024 22:10:48 +1100 Subject: [PATCH] Fixes minor grammar --- docs/quickstart/quickstart_chains/ethereum-gravatar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/quickstart_chains/ethereum-gravatar.md b/docs/quickstart/quickstart_chains/ethereum-gravatar.md index 4f63608c789..3fbcc3099c7 100644 --- a/docs/quickstart/quickstart_chains/ethereum-gravatar.md +++ b/docs/quickstart/quickstart_chains/ethereum-gravatar.md @@ -32,7 +32,7 @@ The Project Manifest (`project.ts`) file works as an entry point to your Ethereu Note that the manifest file has already been set up correctly and doesn’t require significant changes, but you need to import the correct contract definitions and update the datasource handlers. -We are indexing all Gravatars from the Gravatar contract, first you will need to import the contract abi defintion. You can copy the entire JSON and save as a file `./Gravity.json` in the `/abis` directory. +Since we are indexing all Gravatars from the Gravatar contract, the first step is to import the contract abi defintion. Copy the entire JSON and save it as a file called `./Gravity.json` in the `/abis` directory. This section in the Project Manifest now imports all the correct definitions and lists the triggers that we look for on the blockchain when indexing.