File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export const GraphQLIncludeDirective: GraphQLDirective;
55
55
export const GraphQLSkipDirective : GraphQLDirective ;
56
56
57
57
/**
58
- * Used to provide URL for specifying the behaviour of custom scalar definitions.
58
+ * Used to provide a URL for specifying the behaviour of custom scalar definitions.
59
59
*/
60
60
export const GraphQLSpecifiedDirective : GraphQLDirective ;
61
61
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ export const GraphQLSkipDirective = new GraphQLDirective({
168
168
} ) ;
169
169
170
170
/**
171
- * Used to provide URL for specifying the behaviour of custom scalar definitions.
171
+ * Used to provide a URL for specifying the behaviour of custom scalar definitions.
172
172
*/
173
173
export const GraphQLSpecifiedDirective = new GraphQLDirective ( {
174
174
name : 'specified' ,
You can’t perform that action at this time.
0 commit comments