Skip to content

Commit 4acf15a

Browse files
committed
Fix comment wording (missing a)
1 parent 2a1973a commit 4acf15a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/type/directives.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const GraphQLIncludeDirective: GraphQLDirective;
5555
export const GraphQLSkipDirective: GraphQLDirective;
5656

5757
/**
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.
5959
*/
6060
export const GraphQLSpecifiedDirective: GraphQLDirective;
6161

src/type/directives.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const GraphQLSkipDirective = new GraphQLDirective({
168168
});
169169

170170
/**
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.
172172
*/
173173
export const GraphQLSpecifiedDirective = new GraphQLDirective({
174174
name: 'specified',

0 commit comments

Comments
 (0)