Skip to content

Commit a60866a

Browse files
Fix documentation typos (#2071)
1 parent 2ab3c5a commit a60866a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flutter_local_notifications/lib/src/platform_specifics/darwin/notification_details.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DarwinNotificationDetails {
2929
/// to [DarwinInitializationSettings.defaultPresentAlert].
3030
///
3131
/// On iOS, this property is only applicable to iOS 10 to 14.
32-
/// On macOS, this This property is only applicable to macOS 10.14 to 15.
32+
/// On macOS, this property is only applicable to macOS 10.14 to 15.
3333
/// On newer versions of iOS and macOS, [presentList] and [presentBanner]
3434
final bool? presentAlert;
3535

@@ -53,7 +53,7 @@ class DarwinNotificationDetails {
5353
/// to [DarwinInitializationSettings.defaultPresentBadge].
5454
///
5555
/// On iOS, this property is only applicable to iOS 10 or newer.
56-
/// On macOS, this This property is only applicable to macOS 10.14 or newer.
56+
/// On macOS, this property is only applicable to macOS 10.14 or newer.
5757
final bool? presentBadge;
5858

5959
/// Indicates if the notification should be presented as a banner when the
@@ -99,20 +99,20 @@ class DarwinNotificationDetails {
9999
/// Specifies the list of attachments included with the notification.
100100
///
101101
/// On iOS, this property is only applicable to iOS 10 or newer.
102-
/// On macOS, this This property is only applicable to macOS 10.14 or newer.
102+
/// On macOS, this property is only applicable to macOS 10.14 or newer.
103103
final List<DarwinNotificationAttachment>? attachments;
104104

105105
/// Specifies the secondary description.
106106
///
107107
/// On iOS, this property is only applicable to iOS 10 or newer.
108-
/// On macOS, this This property is only applicable to macOS 10.14 or newer.
108+
/// On macOS, this property is only applicable to macOS 10.14 or newer.
109109
final String? subtitle;
110110

111111
/// Specifies the thread identifier that can be used to group
112112
/// notifications together.
113113
///
114114
/// On iOS, this property is only applicable to iOS 10 or newer.
115-
/// On macOS, this This property is only applicable to macOS 10.14 or newer.
115+
/// On macOS, this property is only applicable to macOS 10.14 or newer.
116116
final String? threadIdentifier;
117117

118118
/// The identifier of the app-defined category object.

0 commit comments

Comments
 (0)