Skip to content

Commit e46b0c5

Browse files
querying-graph-client: fixed comma misuse.
1 parent 90a599b commit e46b0c5

File tree

1 file changed

+1
-1
lines changed
  • website/src/pages/en/subgraphs/querying/graph-client

1 file changed

+1
-1
lines changed

website/src/pages/en/subgraphs/querying/graph-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ graphclient build
6767

6868
> Note: you need to run this with `yarn` prefix, or add that as a script in your `package.json`.
6969
70-
This should produce a ready-to-use standalone `execute` function, that you can use for running your application GraphQL operations, you should have an output similar to the following:
70+
This should produce a ready-to-use standalone `execute` function that you can use for running your application GraphQL operations. You should have an output similar to the following:
7171

7272
```sh
7373
GraphClient: Cleaning existing artifacts

0 commit comments

Comments
 (0)