Skip to content

Commit

Permalink
docs: fix typo in codegen indexer command (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikmishra authored Aug 13, 2024
1 parent 756ffac commit d9d15df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This will overwrite any custom logic you have written in the indexers folder so
:::

```bash
rindexer codegen indexers
rindexer codegen indexer
```

To help understand the interfaces and ways rindexer handlers can be extended we will look at an example.
Expand Down Expand Up @@ -1006,4 +1006,4 @@ cargo run -- --graphql

When you start changing your YAML configuration file and regenerating your typings the indexer functions may break or need editing
to match the new typings. You can regenerate the indexers folder but this will overwrite any changes you did.
Luckily the rust compiler is very good at telling you what you need to change.
Luckily the rust compiler is very good at telling you what you need to change.

0 comments on commit d9d15df

Please sign in to comment.