Fix typo in "Quote Selection" tooltip (#3721)

This PR fixes a typo in the "Quote Selection" tooltip.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2023-12-19 16:21:58 -05:00 committed by GitHub
parent 7bc9319871
commit a9fe108dbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -990,7 +990,7 @@ impl AssistantPanel {
}
}))
.icon_size(IconSize::Small)
.tooltip(|cx| Tooltip::for_action("Quote Seleciton", &QuoteSelection, cx))
.tooltip(|cx| Tooltip::for_action("Quote Selection", &QuoteSelection, cx))
}
fn render_plus_button(cx: &mut ViewContext<Self>) -> impl IntoElement {