diff --git a/content/v1.18/software/uninstall.md b/content/v1.18/software/uninstall.md index dabf52fee..c61bb46b5 100644 --- a/content/v1.18/software/uninstall.md +++ b/content/v1.18/software/uninstall.md @@ -138,10 +138,10 @@ NAME INSTALLED HEALTHY PACKAGE upbound-provider-aws True True xpkg.upbound.io/upbound/provider-aws:v1.0.0 8h ``` -Remove the installed _providers_ with `kubectl delete provider`. +Remove the installed _providers_ with `kubectl delete providers`. ```shell -kubectl delete provider upbound-provider-aws +kubectl delete providers upbound-provider-aws ``` ## Uninstall the Crossplane deployment @@ -180,4 +180,4 @@ kube-flannel Active 2m42s kube-node-lease Active 2m47s kube-public Active 2m47s kube-system Active 2m47s -``` \ No newline at end of file +```