Skip to content

Commit

Permalink
Merge pull request #524 from mitchiemt11/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hwillson committed Jul 23, 2022
2 parents 76dccc3 + 1a05cb8 commit 9f1cffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -238,7 +238,7 @@ You can enable / disable this with:
import { enableExperimentalFragmentVariables, disableExperimentalFragmentVariables } from 'graphql-tag';
```

Enabling this feature allows you declare documents of the form
Enabling this feature allows you to declare documents of the form.

```graphql
fragment SomeFragment ($arg: String!) on SomeType {
Expand Down

0 comments on commit 9f1cffe

Please sign in to comment.