From 6ae81b945c5ff98d85ea779c5e08775ddbfc6ae3 Mon Sep 17 00:00:00 2001 From: libmartinito Date: Sat, 29 Jun 2024 04:28:26 +0800 Subject: [PATCH] fix: Fix typo --- cmd/codecrafters/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/codecrafters/main.go b/cmd/codecrafters/main.go index 4001339..fffa3f0 100644 --- a/cmd/codecrafters/main.go +++ b/cmd/codecrafters/main.go @@ -24,7 +24,7 @@ USAGE EXAMPLES $ codecrafters test # Run tests without committing changes - $ codecrafters test --previous # Run tests for the current stage and all previous stages without comitting changes + $ codecrafters test --previous # Run tests for the current stage and all previous stages without committing changes $ codecrafters submit # Commit changes & submit to move to next step COMMANDS