We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f22e4 commit 7304d97Copy full SHA for 7304d97
src/main.rs
@@ -71,7 +71,7 @@ fn main() {
71
pb.set_style(
72
progress_style.tick_strings(&["⣷", "⣯", "⣟", "⡿", "⢿", "⣻", "⣽", "⣾"]),
73
);
74
- pb.set_message("Generataing Project...");
+ pb.set_message("Generating Project...");
75
create_result = create(&project_info);
76
pb.finish_and_clear();
77
} else {
0 commit comments