Skip to content

Commit 6921af8

Browse files
committed
Fix wording
1 parent 436fa54 commit 6921af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firebase/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7013,8 +7013,8 @@ declare namespace firebase.messaging {
70137013
): firebase.Unsubscribe;
70147014

70157015
/**
7016-
* Called when a message is received while the app is in the background. An app is to be in the
7017-
* background if no active window is displayed.
7016+
* Called when a message is received while the app is in the background. An app is considered to
7017+
* be in the background if no active window is displayed.
70187018
*
70197019
* @param
70207020
* nextOrObserver This function, or observer object with `next` defined,

0 commit comments

Comments
 (0)