From 027fffbadc2949d866208c973d8f7c19b1894144 Mon Sep 17 00:00:00 2001 From: Simon Lamon Date: Sat, 30 Jul 2022 15:48:49 +0000 Subject: [PATCH] Fix comment --- typings/xterm-headless.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /**