Skip to content

Commit 0175f84

Browse files
Update error grammar
You should use an 'an' when in front of a vowel.
1 parent 58297dc commit 0175f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/tasks/local/cli.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ class LocalCli extends TaskCli {
7070

7171
if (executableParams == null) {
7272
var failedExecutableLookup =
73-
'A executable was not defined for the discovered task '
74-
'${executable.name}.\n\nPlease provide a updated local configuration '
73+
'An executable was not defined for the discovered task '
74+
'${executable.name}.\n\nPlease provide an updated local configuration '
7575
'which defines what executable to use for the '
7676
'"${executable.extension}" file extension.';
7777

0 commit comments

Comments
 (0)