Skip to content

Commit

Permalink
typo: correct spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Aug 3, 2024
1 parent aab7efd commit 7952279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/atuin-client/src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ fn from_string(name: &str) -> Result<Color, String> {
})
}
'@' => {
// For full fleixibility, we need to use serde_json, given
// For full flexibility, we need to use serde_json, given
// crossterm's approach.
serde_json::from_str::<Color>(format!("\"{}\"", &name[1..]).as_str())
.map_err(|_| format!("Could not convert color name {} to Crossterm color", name))
Expand Down

0 comments on commit 7952279

Please sign in to comment.