diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 5f645ee8..4bc4c148 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -912,8 +912,8 @@ 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;