Skip to content

Commit a32c6d2

Browse files
committed
spelling: users
Signed-off-by: Josh Soref <[email protected]>
1 parent 54a91c1 commit a32c6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/local/simple_db.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export class SimpleDb {
200200
const iOSVersion = SimpleDb.getIOSVersion(ua);
201201
const isUnsupportedIOS = 0 < iOSVersion && iOSVersion < 10;
202202

203-
// Android browser: Disable for userse running version < 4.5.
203+
// Android browser: Disable for users running version < 4.5.
204204
const androidVersion = getAndroidVersion(ua);
205205
const isUnsupportedAndroid = 0 < androidVersion && androidVersion < 4.5;
206206

0 commit comments

Comments
 (0)