Skip to content

Commit 966a0d7

Browse files
bidoubiwacurquiza
andauthored
Update src/transformers/__tests__/pagination.tests.ts
Co-authored-by: Clémentine Urquizar <[email protected]>
1 parent 225dbf9 commit 966a0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/__tests__/pagination.tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const algoliaPaginateHitsBehavior = [
130130
returnedHits: [],
131131
},
132132
// Wrong types
133-
// Not an Algolia behavior. Algolia return an error:
133+
// Not an Algolia behavior. Algolia returns an error:
134134
// "Value too small for \"hitsPerPage\" parameter, expected integer between 0 and 9223372036854775807",
135135
{
136136
hits: [{ id: 1 }, { id: 2 }, { id: 3 }],

0 commit comments

Comments
 (0)