Add typos configuration for zed and add a few more typo fixes

This commit is contained in:
Mikayla 2024-01-17 15:22:37 -08:00
parent e6ca92ffa4
commit e42a9ac2f1
No known key found for this signature in database
3 changed files with 26 additions and 2 deletions

View file

@ -85,7 +85,7 @@ mod tests {
assert_eq!(
search_history.current(),
None,
"No current selection should be set fo the default search history"
"No current selection should be set for the default search history"
);
search_history.add("rust".to_string());