Skip to content

Commit 326077d

Browse files
committed
fixing spelling and add exceptions to allow.txt
1 parent 1686a5f commit 326077d

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/actions/spelling/allow.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ nvidia
1919
amd
2020
linode
2121
openshift
22+
civo
23+
CLIs
24+
Hcloud
25+
OVHCLOUD
26+
scaleway
27+
snapclass
28+
stackit
29+
vultr

gen/go/qdrant/cloud/hybrid/v1/hybrid_cloud.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/openapiv2/qdrant/cloud/hybrid/v1/hybrid_cloud.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
"lastModifiedAt": {
530530
"type": "string",
531531
"format": "date-time",
532-
"description": "Timestamp when the configuration waslast updated.\nThis is a read-only field and will be available after it is created."
532+
"description": "Timestamp when the configuration was last updated.\nThis is a read-only field and will be available after it is created."
533533
},
534534
"namespace": {
535535
"type": "string",

gen/typescript/qdrant/cloud/hybrid/v1/hybrid_cloud_pb.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export declare const HybridCloudEnvironmentSchema: GenMessage<HybridCloudEnviron
356356
*/
357357
export declare type HybridCloudEnvironmentConfiguration = Message<"qdrant.cloud.hybrid.v1.HybridCloudEnvironmentConfiguration"> & {
358358
/**
359-
* Timestamp when the configuration waslast updated.
359+
* Timestamp when the configuration was last updated.
360360
* This is a read-only field and will be available after it is created.
361361
*
362362
* @generated from field: google.protobuf.Timestamp last_modified_at = 1;

proto/qdrant/cloud/hybrid/v1/hybrid_cloud.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ message HybridCloudEnvironment {
201201

202202
// A HybridCloudEnvironmentConfiguration represents a configuration of hybrid cloud environment
203203
message HybridCloudEnvironmentConfiguration {
204-
// Timestamp when the configuration waslast updated.
204+
// Timestamp when the configuration was last updated.
205205
// This is a read-only field and will be available after it is created.
206206
google.protobuf.Timestamp last_modified_at = 1;
207207
// Namespace where qdrant components are deployed, readonly after bootstrapping

0 commit comments

Comments
 (0)