diff --git a/docs/components/reference.mdx b/docs/components/reference.mdx index 001ea1891d..0b1899ac15 100644 --- a/docs/components/reference.mdx +++ b/docs/components/reference.mdx @@ -1555,10 +1555,10 @@ To use this component in messages you must send the [message flag](/docs/resourc ###### Text Display Interaction Response Structure -| Field | Type | Description | -|--------|---------|-------------------------------------| -| type\* | integer | `10` for a Text Display | -| id | integer | Unique identifier for the component | +| Field | Type | Description | +|-------|---------|-------------------------------------| +| type | integer | `10` for a Text Display | +| id | integer | Unique identifier for the component | ###### Examples @@ -1999,7 +1999,7 @@ The `description` may display above or below the `component` depending on platfo | Field | Type | Description | |-----------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| -| type\* | integer | `18` for a Label | +| type | integer | `18` for a Label | | id | integer | Unique identifier for the component | | component | [interaction response label child component](/docs/components/reference#label-label-interaction-response-child-components) | The component within the label |