Skip to content

Commit

Permalink
doc: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickSander committed Mar 23, 2021
1 parent 1257fc6 commit a5087b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mieleBasePlatformAccessory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export abstract class MieleBasePlatformAccessory {

case ReconnectReason.Error:
this.platform.log.info(`${this.accessory.context.device.displayName}: `+
'Connection with Miele event server succesfully recovered after error.');
'Connection with Miele event server succesfully recovered from error.');
break;

case ReconnectReason.SelfInitiated:
Expand Down

0 comments on commit a5087b1

Please sign in to comment.