Skip to content

Commit f5cbb1c

Browse files
f: typo indexining
1 parent c663a41 commit f5cbb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/subgraph-service/contracts/SubgraphService.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ contract SubgraphService is
243243

244244
/**
245245
* @notice Collects payment for the service provided by the indexer
246-
* Allows collecting different types of payments such as query fees, indexing rewards and indexining fees.
246+
* Allows collecting different types of payments such as query fees, indexing rewards and indexing fees.
247247
* It uses Graph Horizon payments protocol to process payments.
248248
* Reverts if the payment type is not supported.
249249
* @dev This function is the equivalent of the `collect` function for query fees and the `closeAllocation` function

0 commit comments

Comments
 (0)