From 3e24077e750b301cb0642ea5b118b8531ffe0c9a Mon Sep 17 00:00:00 2001 From: Precious Onyenaucheya <86783201+precious-onyenaucheya-ons@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:47:36 +0100 Subject: [PATCH] update docs (#3279) --- 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 |