Fix typo in horde/index.d.ts

contructor -> constructor
This commit is contained in:
Ikko Eltociear Ashimine
2023-06-13 02:41:21 +09:00
committed by GitHub
parent 6541d3e741
commit 735a3c9b45

View File

@ -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
*/