diff --git a/firestore/test.firestore.js b/firestore/test.firestore.js index 2aadf8d5..dbf6e18e 100644 --- a/firestore/test.firestore.js +++ b/firestore/test.firestore.js @@ -1011,7 +1011,7 @@ describe("firestore", () => { // [END start_multiple_orderby] }); - it("shoud paginate", () => { + it("should paginate", () => { // [START paginate] var first = db.collection("cities") .orderBy("population")