Skip to content

Commit e87656d

Browse files
authored
Fix typo in FirebaseAppDistributionNotificationManager (#4621)
1 parent a946b0c commit e87656d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionNotificationsManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public void cancelFeedbackNotification() {
215215
}
216216

217217
public void doCancelFeedbackNotification() {
218-
LogWrapper.i(TAG, "Cancelling feedback notification");
218+
LogWrapper.i(TAG, "Canceling feedback notification");
219219
NotificationManagerCompat.from(context).cancel(FEEDBACK.tag, FEEDBACK.id);
220220
}
221221

0 commit comments

Comments
 (0)