diff --git a/typings/xterm-headless.d.ts b/typings/xterm-headless.d.ts index 04732cea..cda7ad1a 100644 --- a/typings/xterm-headless.d.ts +++ b/typings/xterm-headless.d.ts @@ -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 { /**