Skip to content

Commit 9162f64

Browse files
committed
Fix typo
Change-Id: I5c0581e77716e9ab52b7e34c64717134d7e5ae26
1 parent 54a6ebd commit 9162f64

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
@@ -742,7 +742,7 @@ describe("firestore", () => {
742742
var citiesRef = db.collection("cities");
743743

744744
return citiesRef.doc("SF").get().then(function(doc) {
745-
// Get all cities with a populateion bigger than San Francisco
745+
// Get all cities with a population bigger than San Francisco
746746
var biggerThanSf = citiesRef
747747
.orderBy("population")
748748
.startAt(doc);

0 commit comments

Comments
 (0)