Skip to content

Commit 15de649

Browse files
committed
fix(discriminators): fix grammatical error on error message
1 parent 331e410 commit 15de649

File tree

1 file changed

+1
-1
lines changed
  • src/discriminators/merge-customization-options

1 file changed

+1
-1
lines changed

src/discriminators/merge-customization-options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function mergeCustomizationOptions(
9393
mergedOptions.schemaComposer
9494
) {
9595
throw new Error(
96-
'[Discriminators] ChildModel should have same schemaComposer as its BaseModels'
96+
'[Discriminators] ChildModels should have same schemaComposer as its BaseModel'
9797
);
9898
}
9999

0 commit comments

Comments
 (0)