Merge pull request #1829 from santialbo/patch-4

Fix typo on restify type definition
This commit is contained in:
Masahiro Wakame
2014-03-15 21:53:06 +09:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -178,7 +178,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); }