Skip to content

Commit

Permalink
Fixed typo (OpenZeppelin#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalikho authored Jul 18, 2022
1 parent 8a36db8 commit 688f4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Browse on GitHub at https://github.com/OpenZeppelin/openzeppelin-subgraphs[`Open

Subgraph are described using three components:

- *The graphql schema*, usually nammed `schema.graphql`, which describes the database entities and links.
- *The subgraph manifest*, usually nammed `subgraph.yaml`, which describes the activity that should be listened to (addresses of contracts, events handlers, function handlers).
- *The graphql schema*, usually named `schema.graphql`, which describes the database entities and links.
- *The subgraph manifest*, usually named `subgraph.yaml`, which describes the activity that should be listened to (addresses of contracts, events handlers, function handlers).
- *The indexing logic*, written in assembly script, which will process the blockchain activity and update the database accordingly.

OpenZeppelin Subgraphs provide schemas description, with the corresponding indexing logic and templates for building your subgraph manifest.
Expand Down

0 comments on commit 688f4e1

Please sign in to comment.