Skip to content

Commit 12f31e9

Browse files
committed
fix typo
1 parent f4f5970 commit 12f31e9

File tree

1 file changed

+1
-1
lines changed
  • crates/chat-cli/src/cli/chat/cli

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/cli/usage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl UsageArgs {
106106
)),
107107
// Context files
108108
style::SetForegroundColor(Color::DarkCyan),
109-
// add a nice visual to mimic "tiny" progress, so the overral progress bar doesn't look too
109+
// add a nice visual to mimic "tiny" progress, so the overrall progress bar doesn't look too
110110
// empty
111111
style::Print("|".repeat(if context_width == 0 && *context_token_count > 0 {
112112
1

0 commit comments

Comments
 (0)