Skip to content

Commit b29a649

Browse files
committed
Fix typos
1 parent a4633c4 commit b29a649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/test.firestore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ describe("firestore", () => {
586586
// [START update_with_server_timestamp]
587587
var docRef = db.collection('objects').doc('some-id');
588588

589-
// Update the teimstamp field with the value form the server
589+
// Update the timestamp field with the value from the server
590590
var updateTimestamp = docRef.update({
591591
timestamp: firebase.firestore.FieldValue.serverTimestamp()
592592
});

0 commit comments

Comments
 (0)