Skip to content

Commit b0d0bf8

Browse files
authored
Update typings/xterm.d.ts
1 parent 32e77c3 commit b0d0bf8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

typings/xterm.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -912,9 +912,9 @@ declare module '@xterm/xterm' {
912912
readonly element: HTMLElement | undefined;
913913

914914
/**
915-
* The screen element containing the terminal's canvas rendering layers
916-
* and decorations, excluding the viewport and the scrollbar.
917-
*/
915+
* The screen element containing the terminal's canvas rendering layers and
916+
* decorations, excluding the viewport and the scrollbar.
917+
*/
918918
readonly screenElement: HTMLElement | undefined;
919919

920920
/**

0 commit comments

Comments
 (0)