Skip to content

Commit 60dc0da

Browse files
subject/verbs were off
1 parent 2cfc468 commit 60dc0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/subgraph-manifest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ filter:
218218

219219
_The defined handler will be called once for every block which contains a call to the contract (data source) the handler is defined under._
220220

221-
> **Note:** The `call` filter currently depends on the Parity tracing API. Certain networks, such as BNB chain and Arbitrum, does not support this API. If a Subgraph indexing one of these networks contain one or more block handlers with a `call` filter, it will not start syncing.
221+
> **Note:** The `call` filter currently depends on the Parity tracing API. Certain networks, such as BNB chain and Arbitrum, do not support this API. If a Subgraph indexing one of these networks contains one or more block handlers with a `call` filter, it will not start syncing.
222222

223223
The absence of a filter for a block handler will ensure that the handler is called every block. A data source can only contain one block handler for each filter type.
224224

0 commit comments

Comments
 (0)