diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 4bc4c148..39b0d592 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -912,9 +912,9 @@ declare module '@xterm/xterm' { readonly element: HTMLElement | undefined; /** - * The screen element containing the terminal's canvas rendering layers - * and decorations, excluding the viewport and the scrollbar. - */ + * The screen element containing the terminal's canvas rendering layers and + * decorations, excluding the viewport and the scrollbar. + */ readonly screenElement: HTMLElement | undefined; /**