diff --git a/docs/devs/indexing.md b/docs/devs/indexing.md index a623802..003e0cd 100644 --- a/docs/devs/indexing.md +++ b/docs/devs/indexing.md @@ -4,7 +4,7 @@ sidebar_position: 6 # Indexers -The Movement Indexer is a GraphQL API you can use to retrive aggregate data, historical data, and data that might be hard to get from the simpler full node API. +The Movement Indexer is a GraphQL API you can use to retrieve aggregate data, historical data, and data that might be hard to get from the simpler full node API. | Service | URL | |------------------|------------------------------------------------------------------------| @@ -189,4 +189,4 @@ query GetAddressTokenHistory { } } } -``` \ No newline at end of file +```