Skip to content

Commit 7092f5f

Browse files
Correct typo in browser support error message (#4306)
1 parent abb3b3d commit 7092f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/messaging/src/util/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const ERROR_MAP: ErrorMap<ErrorCode> = {
5050
[ErrorCode.PERMISSION_BLOCKED]:
5151
'The notification permission was not granted and blocked instead.',
5252
[ErrorCode.UNSUPPORTED_BROWSER]:
53-
"This browser doesn't support the API's required to use the firebase SDK.",
53+
"This browser doesn't support the API's required to use the Firebase SDK.",
5454
[ErrorCode.INDEXED_DB_UNSUPPORTED]:
5555
"This browser doesn't support indexedDb.open() (ex. Safari iFrame, Firefox Private Browsing, etc)",
5656
[ErrorCode.FAILED_DEFAULT_REGISTRATION]:

0 commit comments

Comments
 (0)