diff --git a/build/lib/src/asset/exceptions.dart b/build/lib/src/asset/exceptions.dart index 4b984685c..453f8222f 100644 --- a/build/lib/src/asset/exceptions.dart +++ b/build/lib/src/asset/exceptions.dart @@ -70,7 +70,7 @@ class InvalidInputException implements Exception { class BuildStepCompletedException implements Exception { @override String toString() => 'BuildStepCompletedException: ' - 'Attempt to use a BuildStep after is has completed'; + 'Attempt to use a BuildStep after it has completed'; } class UnresolvableAssetException implements Exception {