fix: misspell

docs: add reference to conventional commit messages

corrections:
* `AVALIABLE` -> `AVAILABLE`
* `UNAVALIABLE` -> `UNAVAILABLE`
* `succesful` -> `successful`
This commit is contained in:
2025-03-14 10:50:06 +00:00
parent 0c9c64b377
commit fe910a160f
8 changed files with 28 additions and 25 deletions

View File

@@ -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;