diff --git a/packages/paste-website/src/pages/components/ai-chat-log/index.mdx b/packages/paste-website/src/pages/components/ai-chat-log/index.mdx index e9f69e92e4..0e20defc99 100644 --- a/packages/paste-website/src/pages/components/ai-chat-log/index.mdx +++ b/packages/paste-website/src/pages/components/ai-chat-log/index.mdx @@ -207,7 +207,7 @@ The `AIChatMessageBody` component has two sizes, `size="default"` and `size="ful ### Messages with animation -The `AIChatMessageBody` component has an optional `animate` prop that can be used to apply a typewriter animation to the text. . +The `AIChatMessageBody` component has an optional `animate` prop that can be used to apply a typewriter animation to the text. This should only be applied to the most recent message recieved from the AI.