Skip to content

Commit 8264931

Browse files
committed
Api polish
1 parent 1971695 commit 8264931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typings/xterm.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,9 +708,9 @@ declare module 'xterm' {
708708
* @returns an `IDisposable` to stop listening.
709709
*/
710710
onTitleChange: IEvent<string>;
711-
711+
712712
/**
713-
* Adds an event listener for when the bell sound.
713+
* Adds an event listener for when the bell is triggered.
714714
* @returns an `IDisposable` to stop listening.
715715
*/
716716
onBell: IEvent<void>;

0 commit comments

Comments
 (0)