浏览代码

fix(cli.rs): typo (#3248)

sdoering01 3 年之前
父节点
当前提交
1eec7282c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tooling/cli.rs/src/init.rs

+ 1 - 1
tooling/cli.rs/src/init.rs

@@ -104,7 +104,7 @@ impl Options {
 
     self.dist_dir = self.dist_dir
                 .or(request_input(
-                    r#"Whe re are your web assets (HTML/CSS/JS) located, relative to the "<current dir>/src-tauri/tauri.conf.json" file that will be created?"#,
+                    r#"Where are your web assets (HTML/CSS/JS) located, relative to the "<current dir>/src-tauri/tauri.conf.json" file that will be created?"#,
                     init_defaults.framework.as_ref().map(|f| f.dist_dir()),
                     self.ci)?);