From c95ca69eacb01f86ff06ecd9c1999607cec44560 Mon Sep 17 00:00:00 2001 From: Tyrone Dougherty Date: Fri, 17 Aug 2018 13:40:07 +1000 Subject: [PATCH] Remove unnecessary whitespace --- types/highcharts/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/highcharts/index.d.ts b/types/highcharts/index.d.ts index 3d17b3b281..a71e07c925 100644 --- a/types/highcharts/index.d.ts +++ b/types/highcharts/index.d.ts @@ -5720,7 +5720,7 @@ declare namespace Highcharts { */ Date?: Date; /** - * A callback to return the time zone offset for a given datetime. It takes the timestamp in terms of milliseconds since + * A callback to return the time zone offset for a given datetime. It takes the timestamp in terms of milliseconds since * January 1 1970, and returns the timezone offset in minutes. This provides a hook for drawing time based charts in * specific time zones using their local DST crossover dates, with the help of external libraries. * @default undefined