From 55f885809e23586e3dd09f2b637825d845c3e680 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 21 Dec 2017 15:18:03 -0800 Subject: [PATCH] Improve doc --- typings/xterm.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typings/xterm.d.ts b/typings/xterm.d.ts index 77371f04..83199e08 100644 --- a/typings/xterm.d.ts +++ b/typings/xterm.d.ts @@ -500,9 +500,9 @@ declare module 'xterm' { reset(): void /** - * Loads an addon, attaching it to the Terminal prototype and making it - * available to all newly created Terminals. - * @param addon The addon to load. + * Applies an addon to the Terminal prototype, making it available to all + * newly created Terminals. + * @param addon The addon to apply. */ static applyAddon(addon: any): void; }