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
@@ -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| {