Skip to content

Commit d48e48e

Browse files
committed
Update README.md
1 parent b1a2beb commit d48e48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ gcmBroker.OnNotificationFailed += (notification, aggregateEx) => {
141141
Console.WriteLine ($"GCM Notification Failed: ID={n.MessageId}, Desc={e.Description}");
142142
}
143143

144-
} else if (ex is DeviceSubscriptonExpiredException) {
145-
var expiredException = (DeviceSubscriptonExpiredException)ex;
144+
} else if (ex is DeviceSubscriptionExpiredException) {
145+
var expiredException = (DeviceSubscriptionExpiredException)ex;
146146

147147
var oldId = expiredException.OldSubscriptionId;
148148
var newId = expiredException.NewSubscriptionId;

0 commit comments

Comments
 (0)