diff options
| author | Noritaka Kobayashi <[email protected]> | 2025-06-26 13:34:53 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-26 04:34:53 +0000 |
| commit | dbe217828d71794e85e7b03592639be0b81463cb (patch) | |
| tree | 257be9fe797e8ab2faaf4d8bf91faa05caaad503 /packages/cli/src/ui/components/messages/ToolMessage.tsx | |
| parent | b8ae12a109b2d85b925502f5afea02c624e418d6 (diff) | |
chore: fix typos in comment-out (#1540)
Co-authored-by: Scott Densmore <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/components/messages/ToolMessage.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/messages/ToolMessage.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/messages/ToolMessage.tsx b/packages/cli/src/ui/components/messages/ToolMessage.tsx index e96d185d..e1eb75b8 100644 --- a/packages/cli/src/ui/components/messages/ToolMessage.tsx +++ b/packages/cli/src/ui/components/messages/ToolMessage.tsx @@ -47,7 +47,7 @@ export const ToolMessage: React.FC<ToolMessageProps> = ({ ) : undefined; - // Long tool call response in MarkdownDisplay doesn't repect availableTerminalHeight properly, + // Long tool call response in MarkdownDisplay doesn't respect availableTerminalHeight properly, // we're forcing it to not render as markdown when the response is too long, it will fallback // to render as plain text, which is contained within the terminal using MaxSizedBox if (availableHeight) { |
