Fix typo in compute documentation: "captures" -> "capture" (#106624)

diff --git a/packages/flutter/lib/src/foundation/isolates.dart b/packages/flutter/lib/src/foundation/isolates.dart
index 3b9d651..a978565 100644
--- a/packages/flutter/lib/src/foundation/isolates.dart
+++ b/packages/flutter/lib/src/foundation/isolates.dart
@@ -78,7 +78,7 @@
 ///
 /// Using closures must be done with care. Due to
 /// [dart-lang/sdk#36983](https://github.com/dart-lang/sdk/issues/36983) a
-/// closure may captures objects that, while not directly used in the closure
+/// closure may capture objects that, while not directly used in the closure
 /// itself, may prevent it from being sent to an isolate.
 /// {@endtemplate}
 ///