浏览代码

Update docs

Steven Silvester 7 年之前
父节点
当前提交
5a1424bac8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/terminal/src/widget.ts

+ 1 - 1
packages/terminal/src/widget.ts

@@ -378,7 +378,7 @@ namespace Terminal {
     cursorBlink: boolean;
 
     /**
-     * Initial command.
+     * An optional command to run when the session starts.
      */
     initialCommand: string;
   }