Skip to content

Commit

Permalink
Fix typo in error message (#4923)
Browse files Browse the repository at this point in the history
"confilct" to "conflict"

Co-authored-by: Rikin Kachhia <[email protected]>
  • Loading branch information
GeKorm and rikinsk authored Jun 3, 2020
1 parent d9cc676 commit 7e2d637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src-lib/Hasura/RQL/DDL/Schema/Cache.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mergeCustomTypes gCtxMap remoteSchemaCtx customTypesState = do
(_, _) -> True
unless (null conflictingCustomTypes) $
throw400 InvalidCustomTypes $
"following custom types confilct with the " <>
"following custom types conflict with the " <>
"autogenerated hasura types or from remote schemas: "
<> showNames conflictingCustomTypes

Expand Down

0 comments on commit 7e2d637

Please sign in to comment.