Apply suggestion from @mosuem
diff --git a/pkgs/hooks/lib/src/validation.dart b/pkgs/hooks/lib/src/validation.dart
index 1ff0585..3c2d840 100644
--- a/pkgs/hooks/lib/src/validation.dart
+++ b/pkgs/hooks/lib/src/validation.dart
@@ -160,7 +160,7 @@
             '''
 `BuildOutput.assets_for_linking` is not empty while `BuildInput.config.linkingEnabled` is `false`.
 
-The assets ${output.assets.encodedAssetsForLinking} where sent to linking, but should either be bundled with the app or linked only when linking is enabled.
+The assets ${output.assets.encodedAssetsForLinking} were sent to linking, but should either be bundled with the app or linked only when linking is enabled.
 
 This might be caused by writing something like