Fix comment

This commit is contained in:
Simon Lamon
2022-07-30 15:48:49 +00:00
parent dc30a51017
commit 027fffbadc
+1 -1
View File
@@ -14,7 +14,7 @@ declare module 'xterm-headless' {
export type LogLevel = 'debug' | 'info' | 'warn' | 'error' | 'off';
/**
* An object containing start up options for the terminal.
* An object containing options for the terminal.
*/
export interface ITerminalOptions {
/**