diff --git a/README.md b/README.md index 2d1979cf..3802b5c6 100644 --- a/README.md +++ b/README.md @@ -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 {