Skip to content

Commit ebae535

Browse files
committed
fix: error wording
1 parent b55740a commit ebae535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/enhancements/policy/policy-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ export class PolicyUtil extends QueryUtils {
580580
}
581581

582582
if (typeof provider !== 'function') {
583-
throw this.unknownError(`unable to ${operation} checker for ${model}`);
583+
throw this.unknownError(`unable to load ${operation} checker for ${model}`);
584584
}
585585

586586
// call checker function

0 commit comments

Comments
 (0)