File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages-exp/performance-exp/src/services Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ export class Api {
125
125
}
126
126
127
127
if ( ! isIndexedDBAvailable ( ) ) {
128
- consoleLogger . info ( 'IndexedDB is not supported by current browswer ' ) ;
128
+ consoleLogger . info ( 'IndexedDB is not supported by current browser ' ) ;
129
129
return false ;
130
130
}
131
131
return true ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const ERRORS: ErrorMap<AnalyticsError> = {
43
43
[ AnalyticsError . INTEROP_COMPONENT_REG_FAILED ] :
44
44
'Firebase Analytics Interop Component failed to instantiate: {$reason}' ,
45
45
[ AnalyticsError . INDEXED_DB_UNSUPPORTED ] :
46
- 'IndexedDB is not supported by current browswer ' ,
46
+ 'IndexedDB is not supported by current browser ' ,
47
47
[ AnalyticsError . INVALID_INDEXED_DB_CONTEXT ] :
48
48
"Environment doesn't support IndexedDB: {$errorInfo}. " +
49
49
'Wrap initialization of analytics in analytics.isSupported() ' +
@@ -64,7 +64,7 @@ const ERRORS: ErrorMap<AnalyticsError> = {
64
64
'The "appId" field is empty in the local Firebase config. Firebase Analytics requires this field to' +
65
65
'contain a valid app ID.' ,
66
66
[ AnalyticsError . INDEXED_DB_UNSUPPORTED ] :
67
- 'IndexedDB is not supported by current browswer ' ,
67
+ 'IndexedDB is not supported by current browser ' ,
68
68
[ AnalyticsError . INVALID_INDEXED_DB_CONTEXT ] :
69
69
"Environment doesn't support IndexedDB: {$errorInfo}. " +
70
70
'Wrap initialization of analytics in analytics.isSupported() ' +
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export class Api {
126
126
}
127
127
128
128
if ( ! isIndexedDBAvailable ( ) ) {
129
- consoleLogger . info ( 'IndexedDB is not supported by current browswer ' ) ;
129
+ consoleLogger . info ( 'IndexedDB is not supported by current browser ' ) ;
130
130
return false ;
131
131
}
132
132
return true ;
You can’t perform that action at this time.
0 commit comments