8000 Merge pull request #493 from zwu52/patch-6 · mlchiang/quickstart-js@dc58c39 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc58c39

Browse files
authored
Merge pull request firebase#493 from zwu52/patch-6
Fix comma slicing
2 parents 0601974 + 7dd930d commit dc58c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/firebase-messaging-sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const messaging = firebase.messaging();
1313
1414
// [START initialize_firebase_in_sw]
1515
// Give the service worker access to Firebase Messaging.
16-
// Note that you can only use Firebase Messaging here, other Firebase libraries
16+
// Note that you can only use Firebase Messaging here. Other Firebase libraries
1717
// are not available in the service worker.
1818
importScripts('https://www.gstatic.com/firebasejs/7.23.0/firebase-app.js');
1919
importScripts('https://www.gstatic.com/firebasejs/7.23.0/firebase-messaging.js');

0 commit comments

Comments
 (0)
0