From 77c99dec1769e5fda17e96dba3ebe28d53df878b Mon Sep 17 00:00:00 2001 From: Markus Mauch Date: Thu, 13 Jul 2017 15:29:11 +0200 Subject: [PATCH] Corrected line length --- types/fm-websync/.gitignore | 1 + types/fm-websync/index.d.ts | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 types/fm-websync/.gitignore diff --git a/types/fm-websync/.gitignore b/types/fm-websync/.gitignore new file mode 100644 index 0000000000..600d2d33ba --- /dev/null +++ b/types/fm-websync/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/types/fm-websync/index.d.ts b/types/fm-websync/index.d.ts index 0a3f42958c..1e1abc2083 100644 --- a/types/fm-websync/index.d.ts +++ b/types/fm-websync/index.d.ts @@ -490,7 +490,8 @@ declare namespace fm { /** * Reconnects after a stream failure using either the most recent connectConfig or the one specified. - * This method should only be called from the callback specified by onSreamFailure and only if the args.willReconnect flag is set to false. Otherwise, the client will reconnect automatically. + * This method should only be called from the callback specified by onSreamFailure and only if the args.willReconnect flag is set to false. + * Otherwise, the client will reconnect automatically. */ reconnect( config?: connectConfig ): client;