Skip to content

Commit fcb218c

Browse files
authored
Change decoders to codecs in error message
I believe this should be `codecs`
1 parent 6687596 commit fcb218c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/src/elm-graphql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Check the following:
223223
You must:
224224
* Have a type for every custom scalar
225225
* Expose each of these types
226-
* Expose a \`decoders\` value
226+
* Expose a \`codecs\` value
227227
228228
Above the dashes (----) there are some details that might help you debug the issue. Remember, you can always
229229
copy-paste the \`${baseModule.join(

0 commit comments

Comments
 (0)