targets/web.dart - fix typo (#126114)

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. You must list at least one issue.*

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
This commit is contained in:
Kevin Moore 2023-05-05 16:53:23 -07:00 committed by GitHub
parent a9053fbc6c
commit 43ac23b4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ class Dart2JSTarget extends Dart2WebTarget {
final File dart2jsDeps = environment.buildDir.childFile('app.dill.deps');
if (!dart2jsDeps.existsSync()) {
environment.logger.printWarning(
'Warning: dart2js did not produced expected deps list at '
'Warning: dart2js did not produce expected deps list at '
'${dart2jsDeps.path}',
);
return;