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;