Skip to content

Commit 630acea

Browse files
committed
grammar fix
1 parent ae588af commit 630acea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/trpc/src/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function generate(model: Model, options: PluginOptions, dmmf: DMMF.
4444
) {
4545
throw new PluginError(
4646
name,
47-
`Option "generateClientHelpers" only support the following values: ${AllSupportedClientHelpers.map(
47+
`Option "generateClientHelpers" only supports the following values: ${AllSupportedClientHelpers.map(
4848
(n) => '"' + n + '"'
4949
).join(', ')}.`
5050
);

0 commit comments

Comments
 (0)