diff --git a/docs/user-guide/app_deletion.md b/docs/user-guide/app_deletion.md index 03da127217..f38e3544c5 100644 --- a/docs/user-guide/app_deletion.md +++ b/docs/user-guide/app_deletion.md @@ -1,10 +1,10 @@ # App Deletion -Apps can be deleted with or without a cascade option. A **cascade delete**, deletes the both app's and its resources, rather than only the app. +Apps can be deleted with or without a cascade option. A **cascade delete**, deletes both the app and its resources, rather than only the app. ## Deletion Using `argocd` -To perform an non-cascade delete: +To perform a non-cascade delete: ```bash argocd app delete APPNAME @@ -43,4 +43,4 @@ metadata: Argo CD's app controller watches for this and will then delete both the app and its resources. -When you invoke `argocd app delete` with `--cascade`, the finalizer is added automatically. \ No newline at end of file +When you invoke `argocd app delete` with `--cascade`, the finalizer is added automatically.