Skip to content

Commit f135af6

Browse files
Copy tweak
1 parent 842b8bb commit f135af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/en/subgraphs/querying/graphql-api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ The following example filters for challenges with `outcome` `succeeded` and `num
234234
}
235235
```
236236

237-
> **Syntactic sugar:** You can simplify the above query by removing the `and` operator by passing a sub-expression separated by commas.
238-
>
237+
**Syntactic sugar:** You can simplify the above query by removing the `and` operator by passing a sub-expression separated by commas.
238+
239239
> ```graphql
240240
> {
241241
> challenges(where: { number_gte: 100, outcome: "succeeded" }) {

0 commit comments

Comments
 (0)