Grammar fixes. (#2232)

This commit is contained in:
Chris Jones 2019-09-03 12:57:52 -06:00 committed by Alex Collins
parent 58c32833ed
commit 858823d911

View file

@ -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.
When you invoke `argocd app delete` with `--cascade`, the finalizer is added automatically.