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:
@@ -44,8 +44,8 @@ message ProductDeletedEvent {
|
||||
message ProductPriceQuoteEvent {
|
||||
enum Type {
|
||||
TYPE_UNSPECIFIED = 0;
|
||||
TYPE_UNAVALIABLE = 1;
|
||||
TYPE_AVALIABLE = 2;
|
||||
TYPE_UNAVAILABLE = 1;
|
||||
TYPE_AVAILABLE = 2;
|
||||
}
|
||||
|
||||
int32 revision = 1;
|
||||
|
||||
Reference in New Issue
Block a user