diff --git a/docs/guides/helm-operator-migration.md b/docs/guides/helm-operator-migration.md
index 8c8461c30ebe90da8aae44878210366ead2d053b..763bc6f7aad6b0727bf04405458502e7c755710d 100644
--- a/docs/guides/helm-operator-migration.md
+++ b/docs/guides/helm-operator-migration.md
@@ -747,7 +747,7 @@ While doing this, make sure that once you scale up the Helm Operator again, ther
 Once you have migrated all your `HelmRelease` resources to the Helm Controller. You can remove all of the old resources by removing the old Custom Resource Definition.
 
 ```sh
-kubectl delete crd helm.fluxcd.io
+kubectl delete crd helmreleases.helm.fluxcd.io
 ```
 
 ## Frequently Asked Questions