Skip to content

Commit 6b2a90f

Browse files
authored
Clean up documentation wording. (#5215)
1 parent 70e7771 commit 6b2a90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-messaging/src/main/java/com/google/firebase/messaging/FirebaseMessaging.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
* Messaging</a> singleton that provides methods for subscribing to topics and sending upstream
6363
* messages.
6464
*
65-
* <p>In order to receive Firebase messages, declare an implementation of <br>
65+
* <p>In order to receive messages, declare an implementation of <br>
6666
* {@link FirebaseMessagingService} in the app manifest. To process messages, override base class
6767
* methods to handle any events required by the application.
6868
*/

0 commit comments

Comments
 (0)