Skip to content

Commit

Permalink
cynic-book: Adding missing '`' (#788)
Browse files Browse the repository at this point in the history
Normally I don't bother contributing typo fixes, but in this case the
rendering looks quite odd, so I thought it was worth a contribution.
Before the fix, the docs looks like this:


![image](https://github.com/obmarg/cynic/assets/115040/c12e04da-16cd-4bf2-b228-3988e8691e1f)
  • Loading branch information
Enselic authored Nov 5, 2023
1 parent 35c5ef6 commit aeb0dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cynic-book/src/derives/query-fragments.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ for arguments in GraphQL itself][gql-arguments]. Some examples:
| `values: ["Hello"]` | `values: ["Hello"]` |
| `values: ["Hello"]` | `values: ["Hello"]` |
| `arg1: "Foo", arg2: "Bar"` | `arg1: "Foo", arg2: "Bar"` |
| `arg1: null | `arg1: null` |
| `arg1: null` | `arg1: null` |

### Variables

Expand Down

0 comments on commit aeb0dec

Please sign in to comment.