diff --git a/core/tauri/src/app.rs b/core/tauri/src/app.rs index 1b2ca784927e..836be1aaebc9 100644 --- a/core/tauri/src/app.rs +++ b/core/tauri/src/app.rs @@ -785,7 +785,7 @@ macro_rules! shared_app_impl { } /// Runs necessary cleanup tasks before exiting the process. - /// **You sould always exit the process immediately after this function returns.** + /// **You should always exit the process immediately after this function returns.** pub fn cleanup_before_exit(&self) { #[cfg(desktop)] self.manager.inner.tray_icons.lock().unwrap().clear()