Skip to content

Commit afc47b9

Browse files
authored
Fix spelling mistake in README.md
1 parent 8f88790 commit afc47b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The state machine operates on two dimensions:
2828
1. **Monitor States** - React to external events (process exits, timeouts, health check results)
2929
2. **Desired States** - Handle user commands and policy decisions
3030
This separation allows to handle complex scenarios like a user requesting a restart while a process is failing health checks by applying the same rules as for monitoring, making the state machine fully self-contained.
31-
This ensures we processes cannot enter invalid states and proviedes predictable behavior.
31+
This ensures we processes cannot enter invalid states and provides predictable behavior.
3232

3333
## Example Configuration
3434
```toml

0 commit comments

Comments
 (0)