Dylan Blokhuis 1 年之前
父節點
當前提交
24df4e15d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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