docs: update param wording for consistency (#10930)

This commit is contained in:
Crytek1012
2025-06-12 13:33:01 +03:00
committed by GitHub
parent 4e0beff17b
commit 2852a529cf
2 changed files with 4 additions and 4 deletions

View File

@@ -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(

View File

@@ -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(