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 |