Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit ddb9c6a

Browse files
authored
docs: fix tiny English mistakes (#325)
1 parent 058be17 commit ddb9c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ data:
4848

4949
In some cases, the trigger condition might be "flapping". The example below illustrates the problem.
5050
The trigger is supposed to generate a notification once when Argo CD application is successfully synchronized and healthy.
51-
However the application health status might intermittently switch to `Progressing` and then back to `Healthy` so the trigger might unnecessary generate
51+
However, the application health status might intermittently switch to `Progressing` and then back to `Healthy` so the trigger might unnecessarily generate
5252
multiple notifications. The `oncePer` field configures triggers to generate the notification only when the corresponding application field changes.
5353
The `on-deployed` trigger from the example below sends the notification only once per observed Git revision of the deployment repository.
5454

0 commit comments

Comments
 (0)