From 0ec27350e09279de163d1c38a43a6882a1d415df Mon Sep 17 00:00:00 2001 From: smirecki Date: Fri, 16 Sep 2016 16:50:11 -0400 Subject: [PATCH] Update TimelineTickController.js One correction by @akhenry, "region, not reign". --- .../features/timeline/src/controllers/TimelineTickController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/timeline/src/controllers/TimelineTickController.js b/platform/features/timeline/src/controllers/TimelineTickController.js index fb1f2ad6b8..56275a6d16 100644 --- a/platform/features/timeline/src/controllers/TimelineTickController.js +++ b/platform/features/timeline/src/controllers/TimelineTickController.js @@ -28,7 +28,7 @@ define( /** * Provides labels for the tick mark area of a timeline view. - * Since the tick mark reign is potentially extremely large, + * Since the tick mark region is potentially extremely large, * only the subset of ticks which will actually be shown in * view are provided. * @constructor