浏览代码

Fixes typo

devmil 4 年之前
父节点
当前提交
a119bac058
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {
     if (!_isStarted) {
       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()');
     }
   }
 }