Skip to content

Commit d9835fa

Browse files
authored
Update src/utils/validate.ts
1 parent 33b5a8f commit d9835fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function validateInstantMeiliSearchParams(
1313
hostUrl: string,
1414
apiKey: string | (() => string)
1515
) {
16-
// Validate parameters
16+
// Validate host url
1717
if (typeof hostUrl !== 'string') {
1818
throw new TypeError(
1919
'Provided hostUrl value (1st parameter) is not a string, expected string'

0 commit comments

Comments
 (0)