Update proto/types/userpb/v3/group.proto

corrected type

Signed-off-by: Nirav Parikh <52062717+niravparikh05@users.noreply.github.com>
This commit is contained in:
Nirav Parikh
2024-10-21 17:50:19 +05:30
committed by GitHub
parent ce4b2f84b2
commit edf2af9a75

View File

@@ -125,7 +125,7 @@ message GroupSpec {
string type = 3
[ (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
title : "Type"
description : "Type of group, defaults to `SYSYTEM`"
description : "Type of group, defaults to `SYSTEM`"
} ];
}