We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d679c4 commit 2b8b394Copy full SHA for 2b8b394
WooCommerce/Classes/ServiceLocator/PushNotesManager.swift
@@ -61,7 +61,7 @@ protocol PushNotesManager {
61
///
62
func registerDeviceToken(with tokenData: Data, defaultStoreID: Int64)
63
64
- /// Handles a Remote Push Notifican Payload. On completion the `completionHandler` will be executed.
+ /// Handles a Remote Push Notification Payload. On completion the `completionHandler` will be executed.
65
66
func handleNotification(_ userInfo: [AnyHashable: Any],
67
onBadgeUpdateCompletion: @escaping () -> Void,
0 commit comments