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 640468b commit 63c288aCopy full SHA for 63c288a
src/transformers/__tests__/pagination.tests.ts
@@ -34,7 +34,7 @@ const algoliaNumberPagesBehavior = [
34
hitsLength: 20,
35
numberPages: 0,
36
},
37
- // Not an Algolia behavior. Algolia return an error:
+ // Not an Algolia behavior. Algolia returns an error:
38
// "Value too small for \"hitsPerPage\" parameter, expected integer between 0 and 9223372036854775807",
39
{
40
hitsPerPage: 1.5,
0 commit comments