We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae588af commit 630aceaCopy full SHA for 630acea
packages/plugins/trpc/src/generator.ts
@@ -44,7 +44,7 @@ export async function generate(model: Model, options: PluginOptions, dmmf: DMMF.
44
) {
45
throw new PluginError(
46
name,
47
- `Option "generateClientHelpers" only support the following values: ${AllSupportedClientHelpers.map(
+ `Option "generateClientHelpers" only supports the following values: ${AllSupportedClientHelpers.map(
48
(n) => '"' + n + '"'
49
).join(', ')}.`
50
);
0 commit comments