diff --git a/typings/index.d.ts b/typings/index.d.ts index e822b1d8..a83a6e43 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -26,7 +26,7 @@ declare module 'canvas-constructor' { public restore(): this; public rotate(angle: number): this; public scale(x: number, y: number): this; - public traslate(x: number, y: number): this; + public translate(x: number, y: number): this; public clip(path?: any, fillRule?: fillRuleType): this; public clip(fillRule?: fillRuleType): this; public setTransform(a: number, b: number, c: number, d: number, e: number, f: number): this;