From 471573172daa0ca587d6ede576858db0e2c6eb6e Mon Sep 17 00:00:00 2001 From: Tim Maffett Date: Mon, 18 Aug 2025 13:24:31 -0700 Subject: [PATCH] Update remote_notification.dart to fix typo in docs fix typo of `construted` to `constructed` --- .../lib/src/remote_notification.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/remote_notification.dart b/packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/remote_notification.dart index d8eae271d3e7..b800c62b4ab1 100644 --- a/packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/remote_notification.dart +++ b/packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/remote_notification.dart @@ -7,7 +7,7 @@ import 'package:firebase_messaging_platform_interface/firebase_messaging_platfor import 'utils.dart'; -/// A class representing a notification which has been construted and sent to the +/// A class representing a notification which has been constructed and sent to the /// device via FCM. /// /// This class can be accessed via a [RemoteMessage.notification].