Skip to content

Commit 424b22f

Browse files
committed
fix typo in a dialog for ai summary
1 parent 4d9695a commit 424b22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/frontend/chat/llm-msg-summarize.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export function SummarizeThread({
6969
a {short ? "short" : "detailed"} summary of the conversation.
7070
</Paragraph>
7171
<Paragraph>
72-
Summary lenght:{" "}
72+
Summary length:{" "}
7373
<Switch
7474
checked={!short}
7575
onChange={(v) => setShort(!v)}

0 commit comments

Comments
 (0)