Skip to content

Commit 2b8b394

Browse files
committed
fix: typo in comment
1 parent 2d679c4 commit 2b8b394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ServiceLocator/PushNotesManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ protocol PushNotesManager {
6161
///
6262
func registerDeviceToken(with tokenData: Data, defaultStoreID: Int64)
6363

64-
/// Handles a Remote Push Notifican Payload. On completion the `completionHandler` will be executed.
64+
/// Handles a Remote Push Notification Payload. On completion the `completionHandler` will be executed.
6565
///
6666
func handleNotification(_ userInfo: [AnyHashable: Any],
6767
onBadgeUpdateCompletion: @escaping () -> Void,

0 commit comments

Comments
 (0)