Skip to content

Commit 4715731

Browse files
authored
Update remote_notification.dart to fix typo in docs
fix typo of `construted` to `constructed`
1 parent bf55f1e commit 4715731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_messaging/firebase_messaging_platform_interface/lib/src/remote_notification.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:firebase_messaging_platform_interface/firebase_messaging_platfor
77

88
import 'utils.dart';
99

10-
/// A class representing a notification which has been construted and sent to the
10+
/// A class representing a notification which has been constructed and sent to the
1111
/// device via FCM.
1212
///
1313
/// This class can be accessed via a [RemoteMessage.notification].

0 commit comments

Comments
 (0)