From 0906f0a49313e6c5a3d848f9dad674e9ca45113c Mon Sep 17 00:00:00 2001 From: yotamberk Date: Sun, 19 Mar 2017 11:29:31 +0200 Subject: [PATCH] fix(timeline): #2809 Fix docs typo in `showNested` (#2879) --- docs/timeline/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/timeline/index.html b/docs/timeline/index.html index b69d05bd..3bcd44fe 100644 --- a/docs/timeline/index.html +++ b/docs/timeline/index.html @@ -468,10 +468,10 @@ var groups = [ Array of group ids nested in the group. Nested groups will appear under this nesting group. - showNestedGroups + showNested Boolean no - Assuming the group has nested groups, this will set the initial state of the group - shown or collapsed. The showNestedGroups is defaulted to true. + Assuming the group has nested groups, this will set the initial state of the group - shown or collapsed. The showNested is defaulted to true.