Skip to content

Commit ff807ac

Browse files
toddpressschmidt-sebastian
authored andcommitted
typo in comment (#276)
1 parent 41ab479 commit ff807ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/messaging/test/send-receive-msg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe('Firebase Messaging Integration Tests', () => {
122122
}
123123
})
124124
.then(response => {
125-
// FCM will return HTML is there is an error so we can't parse
125+
// FCM will return HTML if there is an error so we can't parse
126126
// the response as JSON, instead have to read as text, then parse
127127
// then handle the possible error.
128128
return response.text().then(responseText => {

0 commit comments

Comments
 (0)