Skip to content

Commit 195f526

Browse files
authored
Fix an IndexedDB support error message in the Performance SDK.
1 parent fe7da7e commit 195f526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/performance/src/services/api_service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class Api {
120120
}
121121

122122
if (!isIndexedDBAvailable()) {
123-
consoleLogger.info('IndexedDB is not supported by current browswer');
123+
consoleLogger.info('IndexedDB is not supported by current browser');
124124
return false;
125125
}
126126
return true;

0 commit comments

Comments
 (0)