Merge pull request #2313 from zed-industries/unify-spelling-of-key-binding-to-be-two-words

Unify spelling of `key binding` to be two words
This commit is contained in:
Joseph T. Lyons 2023-03-27 15:58:12 -04:00 committed by GitHub
commit e10338ed17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -85,7 +85,7 @@ impl<'a> NeovimBackedTestContext<'a> {
let mut marked_text = unmarked_text.clone();
marked_text.insert(*cursor_offset, 'ˇ');
// None represents all keybindings being exempted for that initial state
// None represents all key bindings being exempted for that initial state
self.exemptions.insert(marked_text, None);
}
}