Skip to content

Commit ede5018

Browse files
gsusIhiranya911
authored andcommitted
Update messaging.ts (#661)
Typo in comment corrected
1 parent 312c41a commit ede5018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messaging/messaging.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export class Messaging implements FirebaseServiceInterface {
223223

224224
const projectId: string = utils.getProjectId(app);
225225
if (!validator.isNonEmptyString(projectId)) {
226-
// Assert for an explicit projct ID (either via AppOptions or the cert itself).
226+
// Assert for an explicit project ID (either via AppOptions or the cert itself).
227227
throw new FirebaseMessagingError(
228228
MessagingClientErrorCode.INVALID_ARGUMENT,
229229
'Failed to determine project ID for Messaging. Initialize the '

0 commit comments

Comments
 (0)