From aeb30795262c3e791779721a7ba4a7ec252db288 Mon Sep 17 00:00:00 2001 From: Guy Torbet <61030227+Torbet@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:43:03 +0100 Subject: [PATCH] Fix Type "Should Paginate" to "Should paginate" --- firestore/test.firestore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")