Skip to content

Commit 41718d9

Browse files
committed
update doc string
1 parent 3e512af commit 41718d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/messaging/messaging-api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,8 @@ export interface AndroidNotification {
610610
notificationCount?: number;
611611

612612
/**
613-
* Sets if this notification should be proxied. Must be either `allow`,
614-
* `deny` or `if_priority_lowered`. If unspecified, defaults to
613+
* Sets if this notification should attempt to be proxied. Must be either
614+
* `allow`, `deny` or `if_priority_lowered`. If unspecified, defaults to
615615
* `if_priority_lowered`.
616616
*/
617617
proxy?: ('allow' | 'deny' | 'if_priority_lowered');

0 commit comments

Comments
 (0)