Skip to content

Commit

Permalink
update avatat API description
Browse files Browse the repository at this point in the history
  • Loading branch information
cansuaa committed Oct 18, 2024
1 parent cdd720d commit 68ab393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/documenter.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down
2 changes: 1 addition & 1 deletion src/chat-bubble/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 68ab393

Please sign in to comment.