Skip to content

Commit

Permalink
Correct typo in browser support error message (#4306)
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecreatorormaybenot authored Oct 18, 2021
1 parent abb3b3d commit 7092f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/messaging/src/util/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const ERROR_MAP: ErrorMap<ErrorCode> = {
[ErrorCode.PERMISSION_BLOCKED]:
'The notification permission was not granted and blocked instead.',
[ErrorCode.UNSUPPORTED_BROWSER]:
"This browser doesn't support the API's required to use the firebase SDK.",
"This browser doesn't support the API's required to use the Firebase SDK.",
[ErrorCode.INDEXED_DB_UNSUPPORTED]:
"This browser doesn't support indexedDb.open() (ex. Safari iFrame, Firefox Private Browsing, etc)",
[ErrorCode.FAILED_DEFAULT_REGISTRATION]:
Expand Down

0 comments on commit 7092f5f

Please sign in to comment.