chore: tweak typo

This commit is contained in:
Steven 2024-04-16 21:15:17 +08:00
parent 162521885c
commit f7f139d65a
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ service WorkspaceService {
}
message WorkspaceProfile {
// The name of intance owner.
// The name of instance owner.
// Format: "users/{id}"
string owner = 1;
// version is the current version of instance

View file

@ -3131,7 +3131,7 @@ Used internally for obfuscating the page token.
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| owner | [string](#string) | | The name of intance owner. Format: "users/{id}" |
| owner | [string](#string) | | The name of instance owner. Format: "users/{id}" |
| version | [string](#string) | | version is the current version of instance |
| mode | [string](#string) | | mode is the instance mode (e.g. "prod", "dev" or "demo"). |

View file

@ -26,7 +26,7 @@ type WorkspaceProfile struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
// The name of intance owner.
// The name of instance owner.
// Format: "users/{id}"
Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
// version is the current version of instance