mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak typo
This commit is contained in:
@ -14,7 +14,7 @@ service WorkspaceService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message WorkspaceProfile {
|
message WorkspaceProfile {
|
||||||
// The name of intance owner.
|
// The name of instance owner.
|
||||||
// Format: "users/{id}"
|
// Format: "users/{id}"
|
||||||
string owner = 1;
|
string owner = 1;
|
||||||
// version is the current version of instance
|
// version is the current version of instance
|
||||||
|
@ -3131,7 +3131,7 @@ Used internally for obfuscating the page token.
|
|||||||
|
|
||||||
| Field | Type | Label | Description |
|
| 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 |
|
| version | [string](#string) | | version is the current version of instance |
|
||||||
| mode | [string](#string) | | mode is the instance mode (e.g. "prod", "dev" or "demo"). |
|
| mode | [string](#string) | | mode is the instance mode (e.g. "prod", "dev" or "demo"). |
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ type WorkspaceProfile struct {
|
|||||||
sizeCache protoimpl.SizeCache
|
sizeCache protoimpl.SizeCache
|
||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
// The name of intance owner.
|
// The name of instance owner.
|
||||||
// Format: "users/{id}"
|
// Format: "users/{id}"
|
||||||
Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
|
Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
|
||||||
// version is the current version of instance
|
// version is the current version of instance
|
||||||
|
Reference in New Issue
Block a user