From 858823d91124fe9d40f46d8b3294ccd382ff7ff9 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 3 Sep 2019 12:57:52 -0600 Subject: [PATCH] Grammar fixes. (#2232) --- docs/user-guide/app_deletion.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.