We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a91c1 commit a32c6d2Copy full SHA for a32c6d2
packages/firestore/src/local/simple_db.ts
@@ -200,7 +200,7 @@ export class SimpleDb {
200
const iOSVersion = SimpleDb.getIOSVersion(ua);
201
const isUnsupportedIOS = 0 < iOSVersion && iOSVersion < 10;
202
203
- // Android browser: Disable for userse running version < 4.5.
+ // Android browser: Disable for users running version < 4.5.
204
const androidVersion = getAndroidVersion(ua);
205
const isUnsupportedAndroid = 0 < androidVersion && androidVersion < 4.5;
206
0 commit comments