From 1a05cb8e971d74ea54d904a0bdf98c30bc8425e4 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Tue, 26 Oct 2021 10:06:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {