diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index cae54dc1..d0a33cba 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -804,7 +804,7 @@ declare module 'xterm' { */ export interface ITerminalAddon extends IDisposable { /** - * (EXPERIMENTAL) This is called when the addon is activated. + * This is called when the addon is activated. */ activate(terminal: Terminal): void; }