Skip to content

Commit

Permalink
chore: fix typo in clarinet-cli/src/frontend/cli.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
moodmosaic authored Jan 8, 2025
1 parent a3e0d5f commit 530daac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarinet-cli/src/frontend/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ fn display_post_check_hint() {
"{}",
yellow!(" Run all run tests in the ./tests folder.\n")
);
println!("{}", yellow!("Find more information on testing with Clarinet here: https://docs.hiro.so/stacks/clarinet-js-sdkk"));
println!("{}", yellow!("Find more information on testing with Clarinet here: https://docs.hiro.so/stacks/clarinet-js-sdk"));
display_hint_footer();
}

Expand Down

0 comments on commit 530daac

Please sign in to comment.