diff --git a/cmd/tk/main.go b/cmd/tk/main.go
index 1e5a17aeb7f537c64cfc760406b4a9aff7a5a153..1ac64299c43ae6ada6532edc1f931e4740039d2b 100644
--- a/cmd/tk/main.go
+++ b/cmd/tk/main.go
@@ -53,7 +53,7 @@ var rootCmd = &cobra.Command{
   # List GitRepository sources and their status
   tk get sources git
 
-	# Trigger a GitRepository source reconciliation
+  # Trigger a GitRepository source reconciliation
   tk reconcile source git gitops-system
 
   # Export GitRepository sources in YAML format
diff --git a/docs/cmd/tk.md b/docs/cmd/tk.md
index b1fbf202c13bf4a099fe0c197d3abfe1e26b367e..ec88eccbc7a9d5d5069d93a79dc07026fef16817 100644
--- a/docs/cmd/tk.md
+++ b/docs/cmd/tk.md
@@ -24,7 +24,7 @@ Command line utility for assembling Kubernetes CD pipelines the GitOps way.
   # List GitRepository sources and their status
   tk get sources git
 
-	# Trigger a GitRepository source reconciliation
+  # Trigger a GitRepository source reconciliation
   tk reconcile source git gitops-system
 
   # Export GitRepository sources in YAML format