Dylan Blokhuis před 1 rokem
rodič
revize
24df4e15d9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/hot-reload/src/file_watcher.rs

+ 1 - 1
packages/hot-reload/src/file_watcher.rs

@@ -248,7 +248,7 @@ pub fn init<Ctx: HotReloadingContext + Send + 'static>(cfg: Config<Ctx>) {
                                 return shutdown;
                             } else if log {
                                 println!(
-                                    "Rebuild needed... shutting down hot reloading.\nManually rebuild the application to view futher changes."
+                                    "Rebuild needed... shutting down hot reloading.\nManually rebuild the application to view further changes."
                                 );
                             }
                             true