mirror of
https://github.com/usememos/memos.git
synced 2024-12-24 22:23:01 +08:00
chore: tweak typo
This commit is contained in:
parent
162521885c
commit
f7f139d65a
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"). |
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue