mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docs: Fix some typo (#2216)
This commit is contained in:
@@ -116,7 +116,7 @@ The `state` attribute will contain one of the following values:
|
||||
| ERROR | The worker raised an exception, and `worker.error` will contain the exception. |
|
||||
| SUCCESS | The worker completed successful, and `worker.result` will contain the return value. |
|
||||
|
||||
Wokers start with a `PENDING` state, then go to `RUNNING`. From there, they will go to `CANCELLED`, `ERROR` or `SUCCESS`.
|
||||
Workers start with a `PENDING` state, then go to `RUNNING`. From there, they will go to `CANCELLED`, `ERROR` or `SUCCESS`.
|
||||
|
||||
<div class="excalidraw">
|
||||
--8<-- "docs/images/workers/lifetime.excalidraw.svg"
|
||||
|
||||
Reference in New Issue
Block a user