Skip to content

Commit 75b9c35

Browse files
committed
fix: readme
Signed-off-by: Matthias Riegler <[email protected]>
1 parent f81e6ea commit 75b9c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ stateDiagram-v2
3939
PENDING --> COMPLETED: LeaseProvider completed with status success
4040
COMPLETED --> [*]
4141
AQUIRED --> SUCCESS: the LeaseRequest is released (success)
42-
AQUIRED --> FAILURE: the leaseRequest is relesed (failure)
42+
AQUIRED --> FAILURE: the leaseRequest is released (failure)
4343
SUCCESS --> COMPLETED: Update LeaseRequest state
4444
FAILURE --> [*]: the LeaseRequest is discarded
4545
```

0 commit comments

Comments
 (0)