diff --git a/packages/rest/src/lib/errors/DiscordAPIError.ts b/packages/rest/src/lib/errors/DiscordAPIError.ts index e78fee06d..fef94d9d2 100644 --- a/packages/rest/src/lib/errors/DiscordAPIError.ts +++ b/packages/rest/src/lib/errors/DiscordAPIError.ts @@ -49,8 +49,8 @@ export class DiscordAPIError extends Error { * @param rawError - The error reported by Discord * @param code - The error code reported by Discord * @param status - The status code of the response - * @param method - The method of the request that erred - * @param url - The url of the request that erred + * @param method - The method of the request that errored + * @param url - The url of the request that errored * @param bodyData - The unparsed data for the request that errored */ public constructor( diff --git a/packages/rest/src/lib/errors/HTTPError.ts b/packages/rest/src/lib/errors/HTTPError.ts index 6c9e51a1a..cfbfeb112 100644 --- a/packages/rest/src/lib/errors/HTTPError.ts +++ b/packages/rest/src/lib/errors/HTTPError.ts @@ -12,8 +12,8 @@ export class HTTPError extends Error { /** * @param status - The status code of the response * @param statusText - The status text of the response - * @param method - The method of the request that erred - * @param url - The url of the request that erred + * @param method - The method of the request that errored + * @param url - The url of the request that errored * @param bodyData - The unparsed data for the request that errored */ public constructor(