8000 Typo fixes. (#74) · mlchiang/quickstart-js@0c9d10c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c9d10c

Browse files
tomayacnicolasgarnier
authored andcommitted
Typo fixes. (firebase#74)
1 parent 94e4874 commit 0c9d10c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messaging/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,15 @@ <h4>Needs Permission</h4>
208208
messaging.requestPermission()
209209
.then(function() {
210210
console.log('Notification permission granted.');
211-
// TODO(developer): Retrieve a Instance ID token for use with FCM.
211+
// TODO(developer): Retrieve an Instance ID token for use with FCM.
212212
// [START_EXCLUDE]
213213
// In many cases once an app has been granted notification permission, it
214214
// should update its UI reflecting this.
215215
resetUI();
216216
// [END_EXCLUDE]
217217
})
218218
.catch(function(err) {
219-
console.log('Unable to get permission to notify. ', err);
219+
console.log('Unable to get permission to notify.', err);
220220
});
221221
// [END request_permission]
222222
}

0 commit comments

Comments
 (0)
0