Skip to content

Commit 2ed035f

Browse files
committed
fix typo
1 parent 7939d19 commit 2ed035f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,7 @@ impl ChatContext {
32793279
}
32803280
}
32813281

3282-
/// Prints hook configuration grouped by trigger: conversation sesiion start or per user message
3282+
/// Prints hook configuration grouped by trigger: conversation session start or per user message
32833283
fn print_hook_section(output: &mut impl Write, hooks: &HashMap<String, Hook>, trigger: HookTrigger) -> Result<()> {
32843284
let section = match trigger {
32853285
HookTrigger::ConversationStart => "On Session Start",

0 commit comments

Comments
 (0)