From 27ed55ba614da01d25d6788f41bbbecf3ab2fd3b Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya Date: Tue, 30 Jul 2024 10:17:33 +0100 Subject: [PATCH] update docs --- src/components/timeline/_macro-options.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/timeline/_macro-options.md b/src/components/timeline/_macro-options.md index c5c7ac436a..fc599e766b 100644 --- a/src/components/timeline/_macro-options.md +++ b/src/components/timeline/_macro-options.md @@ -6,8 +6,8 @@ ## TimelineItems -| Name | Type | Required | Description | -| --------- | ----------------------------------------------------------- | -------- | -------------------------------------------------------------------------- | -| heading | string | true | The `h2` heading for the period of time in the timeline | -| itemsList | `Array` [_(ref)_](/foundations/typography/#lists) | false | A list of items for the period of time in the timeline | -| content | string | false | The content for the period of time in the timeline. This can contain HTML. | +| Name | Type | Required | Description | +| --------- | ----------------------------------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------ | +| heading | string | true | The `h2` heading for the period of time in the timeline | +| itemsList | `Array` [_(ref)_](/foundations/typography/#lists) | false | A list of items for the period of time in the timeline. This should only be set when `content` is not set | +| content | string | false | The content for the period of time in the timeline. This can contain HTML. This should only be set when `itemsList` is not set |