Skip to content

Commit 6d7faad

Browse files
Update src/workers/scripts.rs
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent ba346ef commit 6d7faad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workers/scripts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub fn configure_scripts(_overwrite: bool) -> Result<(), FileSystemError> {
4848
.interact_text()?;
4949

5050
let scripts_path: String = Input::new()
51-
.with_prompt("Where do you want to stor your scripts")
51+
.with_prompt("Where do you want to store your scripts")
5252
.default(scripts_dir)
5353
.interact_text()?;
5454

0 commit comments

Comments
 (0)