Skip to content

Commit 708f237

Browse files
Fixing typo (#321)
1 parent ddf2d33 commit 708f237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/en/querying/querying-from-an-application.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ yarn add -D @graphprotocol/client-cli
4949
npm install --save-dev @graphprotocol/client-cli
5050
```
5151

52-
Define you query in a `.graphql` file (or inlined in your `.js` or `.ts` file):
52+
Define your query in a `.graphql` file (or inlined in your `.js` or `.ts` file):
5353

5454
```graphql
5555
query ExampleQuery {

0 commit comments

Comments
 (0)