Skip to content

Commit cb10c85

Browse files
fixed: "Recent versions of the Graph CLI supports" - versions is the subject, so 'supports' becomes 'support'
1 parent 019d48a commit cb10c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/developing/creating/install-the-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ graph init <SUBGRAPH_SLUG> --from-example=example-subgraph
6868

6969
`dataSources` are key components of Subgraphs. They define the sources of data that the Subgraph indexes and processes. A `dataSource` specifies which smart contract to listen to, which events to process, and how to handle them.
7070

71-
Recent versions of the Graph CLI supports adding new `dataSources` to an existing Subgraph through the `graph add` command:
71+
Recent versions of the Graph CLI support adding new `dataSources` to an existing Subgraph through the `graph add` command:
7272

7373
```sh
7474
graph add <address> [<subgraph-manifest default: "./subgraph.yaml">]

0 commit comments

Comments
 (0)