Skip to content

Commit

Permalink
Replaced an with the.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed May 3, 2022
1 parent 2906aef commit 0f4835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/expressions/common/execution/execution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export class Execution<
continue;
}

throw new Error(`${fnDef.name} requires an "${name}" argument`);
throw new Error(`${fnDef.name} requires the "${name}" argument`);
}

// Create the functions to resolve the argument ASTs into values
Expand Down

0 comments on commit 0f4835f

Please sign in to comment.