From 9d12f947a494cc9fa337be1b0a0afc1877fb216a Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 4 Aug 2015 14:03:56 -0700 Subject: [PATCH] Stoked about 'strokeStyle' in 'smoothie'. --- smoothie/smoothie.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smoothie/smoothie.d.ts b/smoothie/smoothie.d.ts index 714590f84..e01ab34d5 100644 --- a/smoothie/smoothie.d.ts +++ b/smoothie/smoothie.d.ts @@ -18,7 +18,7 @@ declare module "smoothie" export interface ITimeSeriesPresentationOptions { - stokeStyle?: string; + strokeStyle?: string; fillStyle?: string; lineWidth?: number; } @@ -73,7 +73,7 @@ declare module "smoothie" /** The pixel width of grid lines. */ lineWidth?: number; /** Colour of grid lines. */ - stokeStyle?: string; + strokeStyle?: string; /** Distance between vertical grid lines. */ millisPerLine?: number; /** Controls whether grid lines are 1px sharp, or softened. */