Update daprdocs/content/en/reference/components-reference/supported-workflow-backend/actor-workflow-backend.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
This commit is contained in:
MD Ashique 2024-02-14 12:19:20 +05:30 committed by GitHub
parent c71131d8da
commit 12ec4ef6a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ The Actor workflow backend is the default backend in Dapr. If no workflow backen
Users do not need to define any components to use the Actor workflow backend. It's ready to use out of the box.
However, if users wish to explicitly define the Actor workflow backend as a component, they can do so shown below.
However, if you wish to explicitly define the Actor workflow backend as a component, you can do so, as shown in the example below.
```yaml
apiVersion: dapr.io/v1alpha1