Skip to content

Commit 1a60321

Browse files
authored
shoud --> should (#298)
"Should Paginate" to "Should paginate"
1 parent 01d37b7 commit 1a60321

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
@@ -1011,7 +1011,7 @@ describe("firestore", () => {
10111011
// [END start_multiple_orderby]
10121012
});
10131013

1014-
it("shoud paginate", () => {
1014+
it("should paginate", () => {
10151015
// [START paginate]
10161016
var first = db.collection("cities")
10171017
.orderBy("population")

0 commit comments

Comments
 (0)