Skip to content

Commit

Permalink
Update packages/module/src/VirtualAssistant/VirtualAssistant.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Hlavac <[email protected]>
  • Loading branch information
josejulio and fhlavac authored Mar 21, 2024
1 parent b8bf3eb commit add65bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/VirtualAssistant/VirtualAssistant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const useStyles = createUseStyles({
export interface VirtualAssistantProps {
/** Messages rendered within the assistant */
children?: React.ReactNode;
/** Header title for this assistant */
/** Header title for the assistant */
title?: string;
/** Input's placeholder for the assistant */
inputPlaceholder?: string;
Expand Down

0 comments on commit add65bd

Please sign in to comment.