From f7f139d65acec7a1f071d63b83f21a61e7abb4f1 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 16 Apr 2024 21:15:17 +0800 Subject: [PATCH] chore: tweak typo --- proto/api/v2/workspace_service.proto | 2 +- proto/gen/api/v2/README.md | 2 +- proto/gen/api/v2/workspace_service.pb.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proto/api/v2/workspace_service.proto b/proto/api/v2/workspace_service.proto index e82aa80b..f5c08d73 100644 --- a/proto/api/v2/workspace_service.proto +++ b/proto/api/v2/workspace_service.proto @@ -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 diff --git a/proto/gen/api/v2/README.md b/proto/gen/api/v2/README.md index 85a6ff91..29f05884 100644 --- a/proto/gen/api/v2/README.md +++ b/proto/gen/api/v2/README.md @@ -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"). | diff --git a/proto/gen/api/v2/workspace_service.pb.go b/proto/gen/api/v2/workspace_service.pb.go index ecd001f1..ace272ec 100644 --- a/proto/gen/api/v2/workspace_service.pb.go +++ b/proto/gen/api/v2/workspace_service.pb.go @@ -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