mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
Fix typo on restify type definition
InvalidArgu**e**mentError => InvalidArgumentError
This commit is contained in:
2
restify/restify.d.ts
vendored
2
restify/restify.d.ts
vendored
@@ -167,7 +167,7 @@ declare module "restify" {
|
||||
export function createClient(options?: ClientOptions): HttpClient;
|
||||
|
||||
export class ConflictError { constructor(message?: any); }
|
||||
export class InvalidArguementError { constructor(message?: any); }
|
||||
export class InvalidArgumentError { constructor(message?: any); }
|
||||
export class RestError { constructor(message?: any); }
|
||||
export class BadDigestError { constructor(message: any); }
|
||||
export class BadMethodError { constructor(message: any); }
|
||||
|
||||
Reference in New Issue
Block a user