Dylan Blokhuis 1 gadu atpakaļ
vecāks
revīzija
24df4e15d9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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