Skip to content

Commit 8dcce1c

Browse files
committed
another typo
1 parent 40e6bb4 commit 8dcce1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/notification-hubs/push-notification-updates-ios-13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ await hub.SendNotificationAsync(notification);
4444
```csharp
4545
var hub = NotificationHubClient.CreateFromConnectionString(...);
4646
var headers = new Dictionary<string, string> {{"apns-push-type", "alert"}};
47-
var notification = new ApnsNotification("notification text", headers);
47+
var notification = new AppleNotification("notification text", headers);
4848
await hub.SendNotificationAsync(notification);
4949
```
5050

0 commit comments

Comments
 (0)