diff --git a/content/en/docs/intro/CheatSheet.md b/content/en/docs/intro/CheatSheet.md index 9bb5b8614..1fb1c82c1 100644 --- a/content/en/docs/intro/CheatSheet.md +++ b/content/en/docs/intro/CheatSheet.md @@ -120,7 +120,7 @@ helm get values # Downloads a values file for a given release. use - ### Plugin Management ```bash -helm plugin install # Install plugins +helm plugin install # Install plugins helm plugin list # View a list of all installed plugins helm plugin update # Update plugins helm plugin uninstall # Uninstall a plugin