diff --git a/assistant/widget.mdx b/assistant/widget.mdx index 81bdc63f1..b5fcc4f65 100644 --- a/assistant/widget.mdx +++ b/assistant/widget.mdx @@ -37,7 +37,7 @@ Use the playground to configure the presentation, visual options, and observer h Replace `YOUR_WIDGET_ID` in the generated code with the widget ID from the [Widget](https://app.mintlify.com/settings/deployment/widget) page of your dashboard. -After you add the generated code to your site, reload the page. Confirm the trigger appears, then click it and send a test question to verify the widget is connected. +After you add the generated code to your site, reload the page. Confirm the trigger appears, then click it and send a test question to verify the connection. @@ -159,7 +159,7 @@ Pass this object to `init()`. | `theme` | `light`, `dark`, `system` | Sets the widget color scheme. The default is `system`. | | `accent` | CSS color | Sets the color of primary controls. | | `radius` | CSS border radius | Sets the panel radius, such as `18px`. | -| `font` | CSS font family | Uses a font already loaded by your application. The default is bundled Inter. | +| `font` | CSS font family | Uses a font already loaded by your application. The default is Inter, which the widget bundles. | | `side` | `top`, `bottom`, `left`, `right`, `inline-start`, `inline-end` | Positions the built-in trigger on a screen edge. | | `align` | `start`, `center`, `end` | Aligns the trigger along its selected edge. | | `dismissOnInteractOutside` | boolean | Controls whether pointer or focus interactions outside close the assistant. | @@ -176,7 +176,7 @@ Arbitrary CSS and neutral-palette overrides are not supported. The closed Shadow | `trigger` | string or `null` | Sets the compact widget and panel trigger text. | | `placeholder` | string or `null` | Sets the composer and modal trigger placeholder. | | `disclaimer` | string, `false`, or `null` | Sets the empty-state disclaimer. Pass `false` to hide it. | -| `suggestions` | string or `null` | Sets the heading above starter questions. The default is `Suggestions`. | +| `suggestions` | string or `null` | Sets the heading preceding starter questions. The default is `Suggestions`. | ### `AssistantHooks`