Merge pull request #2312 from zed-industries/unkown

Fix typo in "Unknown" language
This commit is contained in:
Joseph T. Lyons 2023-03-22 11:20:18 -04:00 committed by GitHub
commit bd85ef363f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ impl View for ActiveBufferLanguage {
let active_language = if let Some(active_language) = self.active_language.as_ref() {
active_language.to_string()
} else {
"Unkown".to_string()
"Unknown".to_string()
};
MouseEventHandler::<Self>::new(0, cx, |state, cx| {