Skip to content

Commit

Permalink
Update src/SignalR/clients/ts/signalr/src/HttpConnection.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: halter73 <halter73@gmail.com>
  • Loading branch information
BrennanConroy and halter73 committed Apr 6, 2019
1 parent 3843fb3 commit 980b858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SignalR/clients/ts/signalr/src/HttpConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export class HttpConnection implements IConnection {
}

private stopConnection(error?: Error): void {
this.logger.log(LogLevel.Debug, `HttpConnection.stopConnection(${error}) called while in sate ${this.connectionState}.`);
this.logger.log(LogLevel.Debug, `HttpConnection.stopConnection(${error}) called while in state ${this.connectionState}.`);

const connectionStarted = this.connectionStarted;

Expand Down

0 comments on commit 980b858

Please sign in to comment.