Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchiemt11 committed Oct 26, 2021
1 parent e071b50 commit 1a05cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 1a05cb8

Please sign in to comment.