File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,15 +208,15 @@ <h4>Needs Permission</h4>
208
208
messaging . requestPermission ( )
209
209
. then ( function ( ) {
210
210
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.
212
212
// [START_EXCLUDE]
213
213
// In many cases once an app has been granted notification permission, it
214
214
// should update its UI reflecting this.
215
215
resetUI ( ) ;
216
216
// [END_EXCLUDE]
217
217
} )
218
218
. catch ( function ( err ) {
219
- console . log ( 'Unable to get permission to notify. ' , err ) ;
219
+ console . log ( 'Unable to get permission to notify.' , err ) ;
220
220
} ) ;
221
221
// [END request_permission]
222
222
}
You can’t perform that action at this time.
0 commit comments