Fixed a typo that I forgot to push before committing ide-config change. (#12998)

diff --git a/packages/flutter_tools/test/commands/ide_config_test.dart b/packages/flutter_tools/test/commands/ide_config_test.dart
index 4cc0a51..f1bfa64 100644
--- a/packages/flutter_tools/test/commands/ide_config_test.dart
+++ b/packages/flutter_tools/test/commands/ide_config_test.dart
@@ -234,7 +234,7 @@
       );
     }, timeout: const Timeout.factor(2.0));
 
-    testUsingContext('removes delted imls with --overwrite', () async {
+    testUsingContext('removes deleted imls with --overwrite', () async {
       final Map<String, String> templateManifest = _getManifest(
         intellijDir,
         'template',
@@ -268,7 +268,7 @@
       );
     }, timeout: const Timeout.factor(2.0));
 
-    testUsingContext('removes delted imls with --overwrite, including empty parent dirs', () async {
+    testUsingContext('removes deleted imls with --overwrite, including empty parent dirs', () async {
       final Map<String, String> templateManifest = _getManifest(
         intellijDir,
         'template',