Skip to content

Commit e92d844

Browse files
author
Brian Chen
committed
update message and add changeset
1 parent 8619eac commit e92d844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/api/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export class Firestore
222222
currentSettings.host !== settingsLiteral.host
223223
) {
224224
logWarn(
225-
'The original host is being overridden. If you did not intend ' +
225+
'You are overriding the original host. If you did not intend ' +
226226
'to override your settings, use {merge: true}.'
227227
);
228228
}

0 commit comments

Comments
 (0)