We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225dbf9 commit 966a0d7Copy full SHA for 966a0d7
src/transformers/__tests__/pagination.tests.ts
@@ -130,7 +130,7 @@ const algoliaPaginateHitsBehavior = [
130
returnedHits: [],
131
},
132
// Wrong types
133
- // Not an Algolia behavior. Algolia return an error:
+ // Not an Algolia behavior. Algolia returns an error:
134
// "Value too small for \"hitsPerPage\" parameter, expected integer between 0 and 9223372036854775807",
135
{
136
hits: [{ id: 1 }, { id: 2 }, { id: 3 }],
0 commit comments