Improve doc

This commit is contained in:
Daniel Imms
2017-12-21 15:18:03 -08:00
parent 37a1220ee7
commit 55f885809e
+3 -3
View File
@@ -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;
}