Spell check of Flutter docs (#45200)
No code changes, just comments: I spell-checked all the comments in the repo.
diff --git a/dev/bots/flutter_compact_formatter.dart b/dev/bots/flutter_compact_formatter.dart
index 13ccc18..5afc14c 100644
--- a/dev/bots/flutter_compact_formatter.dart
+++ b/dev/bots/flutter_compact_formatter.dart
@@ -50,8 +50,8 @@
/// this is Windows or not outputting to a terminal.
String get _noColor => useColor ? '\u001b[0m' : '';
- /// The termianl escape for clearing the line, or a carriage return if
- /// this is Windows or not outputting to a termianl.
+ /// The terminal escape for clearing the line, or a carriage return if
+ /// this is Windows or not outputting to a terminal.
String get _clearLine => useColor ? '\x1b[2K\r' : '\r';
final Map<int, TestResult> _tests = <int, TestResult>{};
diff --git a/dev/bots/test.dart b/dev/bots/test.dart
index 0fb34b3..e26c955 100644
--- a/dev/bots/test.dart
+++ b/dev/bots/test.dart
@@ -961,7 +961,7 @@
}
/// If the CIRRUS_TASK_NAME environment variable exists, we use that to determine
-/// the shard and subshard (parsing it in the form shard-subshard-platform, ignoring
+/// the shard and sub-shard (parsing it in the form shard-subshard-platform, ignoring
/// the platform).
///
/// However, for local testing you can just set the SHARD and SUBSHARD