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 33b5a8f commit d9835faCopy full SHA for d9835fa
src/utils/validate.ts
@@ -13,7 +13,7 @@ export function validateInstantMeiliSearchParams(
13
hostUrl: string,
14
apiKey: string | (() => string)
15
) {
16
- // Validate parameters
+ // Validate host url
17
if (typeof hostUrl !== 'string') {
18
throw new TypeError(
19
'Provided hostUrl value (1st parameter) is not a string, expected string'
0 commit comments