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

This commit is contained in:
sdoering01 2022-01-19 10:57:25 +01:00 committed by GitHub
parent 4de8577a48
commit 1eec7282c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)?);