Skip to content

Commit

Permalink
Fix file header styling
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Leeks <[email protected]>
  • Loading branch information
stuartleeks authored Dec 6, 2023
1 parent 998f8ee commit 8fc656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daprdocs/content/en/js-sdk-docs/js-server/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fc656f

Please sign in to comment.