Fix typos detected by crate-ci/typos

This commit is contained in:
Mikayla 2024-01-17 14:31:21 -08:00
parent df67917768
commit 57400e9687
No known key found for this signature in database
71 changed files with 133 additions and 133 deletions

View file

@ -2579,7 +2579,7 @@ pub mod tests {
);
assert!(
search_view_2.query_editor.focus_handle(cx).is_focused(cx),
"Focus should be moved into query editor fo the new window"
"Focus should be moved into query editor of the new window"
);
});
}).unwrap();