Ver Fonte

Fixes typo

devmil há 4 anos atrás
pai
commit
a119bac058
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/terminal/terminal_isolate.dart

+ 1 - 1
lib/terminal/terminal_isolate.dart

@@ -660,7 +660,7 @@ class TerminalIsolate with Observable implements TerminalUiInteraction {
   void _assertStarted() {
   void _assertStarted() {
     if (!_isStarted) {
     if (!_isStarted) {
       throw Exception(
       throw Exception(
-          'Ther Terminal Isolate has to be started before using it! (call await terminalIsolate.start()');
+          'The Terminal Isolate has to be started before using it! (call await terminalIsolate.start()');
     }
     }
   }
   }
 }
 }