From eca0800b9dda3738ffc28feea60c6d652cb83b44 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Wed, 10 Jul 2024 07:55:22 -0700 Subject: [PATCH] Fix api lint --- typings/xterm.d.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index a4ad28c0..4cb1d7f9 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -384,9 +384,10 @@ declare module '@xterm/xterm' { */ scrollbarSliderActiveBackground?: string; /** - * The border color of the overview ruler. This visually separates the terminal from the scroll - * bar when {@link ITerminalOptions.overviewRulerWidth overviewRulerWidth} is set. When this is - * not set it defaults to black (#000000). + * The border color of the overview ruler. This visually separates the + * terminal from the scroll bar when + * {@link ITerminalOptions.overviewRulerWidth overviewRulerWidth} is set. + * When this is not set it defaults to black (`#000000`). */ overviewRulerBorder?: string; /** ANSI black (eg. `\x1b[30m`) */