From 735a3c9b450d8ca92ae714e84e2a2384e46b38d5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 13 Jun 2023 02:41:21 +0900 Subject: [PATCH] Fix typo in horde/index.d.ts contructor -> constructor --- src/horde/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/horde/index.d.ts b/src/horde/index.d.ts index 6c6283f21..5c86a2dc2 100644 --- a/src/horde/index.d.ts +++ b/src/horde/index.d.ts @@ -95,7 +95,7 @@ declare class AIHorde { /** * Lookup user details based on their API key. * This can be used to verify a user exists - * @param options.token - The token of the user; If none given the default from the contructor is used + * @param options.token - The token of the user; If none given the default from the constructor is used * @param options.fields - Array of fields that will be included in the returned data * @returns UserDetails - The user data of the requested user */