Skip to content

Commit a33fde5

Browse files
authored
docs(k8s): correct typo (#34)
1 parent ba55d63 commit a33fde5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scaleway-async/scaleway_async/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class Cluster:
275275

276276
auto_upgrade: Optional[ClusterAutoUpgrade]
277277
"""
278-
The auo upgrade configuration of the cluster
278+
The auto upgrade configuration of the cluster
279279
"""
280280

281281
upgrade_available: bool

scaleway/scaleway/k8s/v1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class Cluster:
275275

276276
auto_upgrade: Optional[ClusterAutoUpgrade]
277277
"""
278-
The auo upgrade configuration of the cluster
278+
The auto upgrade configuration of the cluster
279279
"""
280280

281281
upgrade_available: bool

0 commit comments

Comments
 (0)