Skip to content

Commit 947be6c

Browse files
authored
chore: fix typos (#2570)
1 parent 2f69cad commit 947be6c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages_generated/dedibox/src/v1/types.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ export interface Log {
13401340
*/
13411341
group?: RpnV2Group
13421342
/**
1343-
* RPN V2 member (if appliable).
1343+
* RPN V2 member (if applicable).
13441344
*/
13451345
member?: RpnV2Member
13461346
/**
@@ -1619,11 +1619,11 @@ export interface BMCAccess {
16191619
*/
16201620
url: string
16211621
/**
1622-
* The login to use for the BMC (Baseboard Management Controller) access authentification.
1622+
* The login to use for the BMC (Baseboard Management Controller) access authentication.
16231623
*/
16241624
login: string
16251625
/**
1626-
* The password to use for the BMC (Baseboard Management Controller) access authentification.
1626+
* The password to use for the BMC (Baseboard Management Controller) access authentication.
16271627
*/
16281628
password: string
16291629
/**
@@ -2718,7 +2718,7 @@ export interface Rescue {
27182718
*/
27192719
password: string
27202720
/**
2721-
* Protocol of the resuce.
2721+
* Protocol of the rescue.
27222722
*/
27232723
protocol: RescueProtocol
27242724
}

packages_generated/iot/src/v1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export interface Hub {
291291
*/
292292
organizationId: string
293293
/**
294-
* When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certifcate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority.
294+
* When an unknown device connects to your hub using a valid certificate chain, it will be automatically provisioned inside your Hub. The Hub uses the common name of the device certificate to find out if a device with the same name already exists. This setting can only be enabled on a hub with a custom certificate authority.
295295
*/
296296
enableDeviceAutoProvisioning: boolean
297297
/**

packages_generated/kafka/src/v1alpha1/types.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export interface NodeTypeVolumeType {
156156
*/
157157
description: string
158158
/**
159-
* Mimimum size required for the volume.
159+
* Minimum size required for the volume.
160160
*/
161161
minSizeBytes: number
162162
/**

0 commit comments

Comments
 (0)