mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
fix: misspell
docs: add reference to conventional commit messages corrections: * `AVALIABLE` -> `AVAILABLE` * `UNAVALIABLE` -> `UNAVAILABLE` * `succesful` -> `successful`
This commit is contained in:
@@ -22,11 +22,11 @@ start
|
||||
|
||||
|Product|
|
||||
:ProductPriceQuoteEvent;
|
||||
if (type) is (<color:red>UNAVALIABLE) then
|
||||
if (type) is (<color:red>UNAVAILABLE) then
|
||||
|Order|
|
||||
:<color:red>OrderRejectedEvent;
|
||||
kill
|
||||
else (<color:green>AVALIABLE)
|
||||
else (<color:green>AVAILABLE)
|
||||
endif
|
||||
|
||||
|Order|
|
||||
|
||||
Reference in New Issue
Block a user