Skip to content

Commit a78bcf3

Browse files
authored
Merge pull request #205 from 0xced/patch-2
Fix typo
2 parents 6b7bb85 + 157a78f commit a78bcf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/writing-queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Writing Queries
22

3-
Note that this guide assumes you are familiar withthe GraphQL query syntax. If you're not,
3+
Note that this guide assumes you are familiar with the GraphQL query syntax. If you're not,
44
you can read more about it [here](https://graphql.org/learn/).
55

66
## The Root Query
@@ -161,4 +161,4 @@ var query = new Query()
161161
i.Title,
162162
}).ToList(),
163163
});
164-
```
164+
```

0 commit comments

Comments
 (0)