Skip to content

Commit 5d4bec2

Browse files
committed
typo
1 parent d9c350f commit 5d4bec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type/directives.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ export const _ErrorAction = new GraphQLEnumType({
304304
NULL: {
305305
value: ErrorAction.NULL,
306306
description:
307-
'Positions that error are replaced with a `null` and an error is added to the "errors list.',
307+
'Positions that error are replaced with a `null` and an error is added to the "errors" list.',
308308
},
309309
},
310310
});

0 commit comments

Comments
 (0)