We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56d222d + 9d647c2 commit 3fead04Copy full SHA for 3fead04
cmd/clusterctl/client/tree/annotations.go
@@ -51,7 +51,7 @@ const (
51
GroupItemsSeparator = ", "
52
53
// ObjectZOrderAnnotation contains an integer that defines the sorting of child objects when the object tree is printed.
54
- // Objects are sorted by their z-order from highest to lowest, and then by their name in alphaebetical order if the
+ // Objects are sorted by their z-order from highest to lowest, and then by their name in alphabetical order if the
55
// z-order is the same. Objects with no z-order set are assumed to have a default z-order of 0.
56
ObjectZOrderAnnotation = "tree.cluster.x-k8s.io.io/z-order"
57
)
0 commit comments