diff --git a/daprdocs/content/en/js-sdk-docs/js-server/_index.md b/daprdocs/content/en/js-sdk-docs/js-server/_index.md index 656a8f53..e1f8ff98 100644 --- a/daprdocs/content/en/js-sdk-docs/js-server/_index.md +++ b/daprdocs/content/en/js-sdk-docs/js-server/_index.md @@ -281,7 +281,7 @@ Dapr supports [status codes for retry logic](https://docs.dapr.io/reference/api/ In the JS SDK we support these messages through the `DaprPubSubStatusEnum` enum. To ensure Dapr will retry we configure a Resiliency policy as well. -\*\*components/resiliency.yaml` +**components/resiliency.yaml** ```yaml apiVersion: dapr.io/v1alpha1