From 2c13899bd8c99355e769bd1fc6187f9f4038d3b9 Mon Sep 17 00:00:00 2001 From: halspang <70976921+halspang@users.noreply.github.com> Date: Mon, 10 Oct 2022 14:38:07 -0700 Subject: [PATCH] Update daprdocs/content/en/operations/resiliency/policies.md Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Signed-off-by: halspang <70976921+halspang@users.noreply.github.com> --- daprdocs/content/en/operations/resiliency/policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/resiliency/policies.md b/daprdocs/content/en/operations/resiliency/policies.md index b44fce654..b654255ba 100644 --- a/daprdocs/content/en/operations/resiliency/policies.md +++ b/daprdocs/content/en/operations/resiliency/policies.md @@ -136,7 +136,7 @@ spec: #### Utilize Generic Policies -Dapr Resiliency also lets you define policies that can have a broader scope than the standard ones defined above. This is done through the usage of keywords that let Dapr know when to apply the given policy. There are 3 base policies: +In resiliency you can set default policies, which can have a broader scope. This is done through reserved keywords that let Dapr know when to apply the given policy. There are 3 default policies types: - DefaultRetryPolicy - DefaultTimeoutPolicy