Skip to content

Commit 6711140

Browse files
committed
Updated API doc
1 parent 4686838 commit 6711140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseAdmin/FirebaseAdmin/Messaging/WebpushConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ public sealed class WebpushConfig
3939
public IReadOnlyDictionary<string, string> Data { get; set; }
4040

4141
/// <summary>
42-
/// Gets or sets the Webpush notification that will be included in the message.
42+
/// Gets or sets the Webpush notification included in the message.
4343
/// </summary>
4444
[JsonProperty("notification")]
4545
public WebpushNotification Notification { get; set; }
4646

4747
/// <summary>
48-
/// Gets or sets the Webpush options that will be included in the message.
48+
/// Gets or sets the Webpush options included in the message.
4949
/// </summary>
5050
[JsonProperty("fcm_options")]
5151
public WebpushFcmOptions FcmOptions { get; set; }

0 commit comments

Comments
 (0)