From 7f53351998621d5073a4ce5269915cc76e60c4cf Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 00:39:26 +0000 Subject: [PATCH] docs: remove inconsistent bold emphasis in widget config table --- assistant/widget.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistant/widget.mdx b/assistant/widget.mdx index 618996319..9258b7afa 100644 --- a/assistant/widget.mdx +++ b/assistant/widget.mdx @@ -148,7 +148,7 @@ Pass this object to `init()`. | `appearance` | [`AssistantAppearance`](#assistantappearance) | Visual and presentation overrides. | | `labels` | [`AssistantLabels`](#assistantlabels) | Customer-facing text overrides. | | `supportEmail` | string | Sets the support address shown in the widget toolbar for this embed. | -| `starterQuestions` | string[] | Sets up to **three** empty-state prompts for this embed. | +| `starterQuestions` | string[] | Sets up to three empty-state prompts for this embed. | | `hooks` | [`AssistantHooks`](#assistanthooks) | Event and error observers. | ### `AssistantAppearance`