diff --git a/lapce-data/src/config.rs b/lapce-data/src/config.rs index e2e3161e..1f05e22e 100644 --- a/lapce-data/src/config.rs +++ b/lapce-data/src/config.rs @@ -522,7 +522,7 @@ pub fn set_theme(&mut self, theme: &str, preview: bool) -> bool { /// Otherwise, get the color from the base them /// # Panics /// If the color was not able to be found in either theme, which may be indicative that - /// it is mispelled or needs to be added to the base-theme. + /// it is misspelled or needs to be added to the base-theme. pub fn get_color_unchecked(&self, name: &str) -> &Color { self.themes .color(name)