diff --git a/src/__tests__/__snapshots__/documenter.test.ts.snap b/src/__tests__/__snapshots__/documenter.test.ts.snap index 5d45ff3..fbb49bb 100644 --- a/src/__tests__/__snapshots__/documenter.test.ts.snap +++ b/src/__tests__/__snapshots__/documenter.test.ts.snap @@ -242,7 +242,7 @@ If avatar is being used, set its \`loading\` state to true.", "name": "actions", }, { - "description": "Avatar slot paired with the chat bubble.", + "description": "Avatar slot paired with the chat bubble content.", "isDefault": false, "name": "avatar", }, diff --git a/src/chat-bubble/interfaces.ts b/src/chat-bubble/interfaces.ts index d2073e6..646bf26 100644 --- a/src/chat-bubble/interfaces.ts +++ b/src/chat-bubble/interfaces.ts @@ -2,7 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 export interface ChatBubbleProps { - /** Avatar slot paired with the chat bubble. */ + /** Avatar slot paired with the chat bubble content. */ avatar: React.ReactNode; /** Defines the type of the chat bubble and sets its color accordingly. */