Skip to content

Commit 7304d97

Browse files
authored
Fixed typo.
1 parent d4f22e4 commit 7304d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn main() {
7171
pb.set_style(
7272
progress_style.tick_strings(&["⣷", "⣯", "⣟", "⡿", "⢿", "⣻", "⣽", "⣾"]),
7373
);
74-
pb.set_message("Generataing Project...");
74+
pb.set_message("Generating Project...");
7575
create_result = create(&project_info);
7676
pb.finish_and_clear();
7777
} else {

0 commit comments

Comments
 (0)