Skip to content

Commit 6dc902d

Browse files
committed
fix typo
1 parent f11225b commit 6dc902d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-project-goals-cli-llm/src/updates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async fn prepare_goals(
125125
let details_summary = match comments.len() {
126126
0 => String::from("No detailed updates available."),
127127
1 => String::from("1 detailed update available."),
128-
len => format!("{len} detailed updates availabled."),
128+
len => format!("{len} detailed updates available."),
129129
};
130130
result.push(UpdatesGoal {
131131
title: title.clone(),

0 commit comments

Comments
 (0)