From e64e54b2dc2b3d617a82c427905f7ef416338dac Mon Sep 17 00:00:00 2001 From: taksenov Date: Tue, 12 Jul 2022 14:37:15 +0500 Subject: [PATCH] Update Generators-Git.md `ApplictionSet` --> `ApplicationSet` --- docs/operator-manual/applicationset/Generators-Git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/applicationset/Generators-Git.md b/docs/operator-manual/applicationset/Generators-Git.md index 78de8f51b9a17..b235602e36492 100644 --- a/docs/operator-manual/applicationset/Generators-Git.md +++ b/docs/operator-manual/applicationset/Generators-Git.md @@ -107,7 +107,7 @@ spec: ``` (*The full example can be found [here](https://github.com/argoproj/argo-cd/tree/master/examples/applicationset/git-generator-directory/excludes).*) -This example excludes the `exclude-helm-guestbook` directory from the list of directories scanned for this `ApplictionSet` resource. +This example excludes the `exclude-helm-guestbook` directory from the list of directories scanned for this `ApplicationSet` resource. !!! note "Exclude rules have higher priority than include rules"