Skip to content

Commit 911fa3c

Browse files
docs: Fix lint errors
1 parent 803f9d6 commit 911fa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/actors/development/programming_interface/status_messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem';
1515
Each Actor run has a status, represented by the `status` field. The following table describes the possible values:
1616

1717
|Status|Type|Description|
18-
|--- |--- |--- |
18+
|---|---|---|
1919
|`READY`|initial|Started but not allocated to any worker yet|
2020
|`RUNNING`|transitional|Executing on a worker|
2121
|`SUCCEEDED`|terminal|Finished successfully|

0 commit comments

Comments
 (0)