Skip to content

Commit

Permalink
Fixing typo (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMacaulay authored Mar 20, 2023
1 parent ddf2d33 commit 708f237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/querying/querying-from-an-application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ yarn add -D @graphprotocol/client-cli
npm install --save-dev @graphprotocol/client-cli
```

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

```graphql
query ExampleQuery {
Expand Down

0 comments on commit 708f237

Please sign in to comment.