Skip to content

Commit 7e71510

Browse files
committed
grammar: remove extra space before comma and punctuation
1 parent e70fef8 commit 7e71510

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cmd/clusterctl/client/cluster/mover.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ func (o *objectMover) fromDirectory(graph *objectGraph, toProxy Proxy) error {
473473
}
474474

475475
// Resume reconciling the Clusters after being restored from a directory.
476-
// By default, when moved to a directory , Clusters are paused, so they must be unpaused to be used again.
476+
// By default, when moved to a directory, Clusters are paused, so they must be unpaused to be used again.
477477
log.V(1).Info("Resuming the target cluster")
478478
return setClusterPause(toProxy, clusters, false, o.dryRun)
479479
}

docs/book/src/clusterctl/commands/delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ the aws provider, it deletes all the `AWSCluster`, `AWSMachine` etc.
3333

3434
</aside>
3535

36-
If you want to delete all the providers in a single operation , you can use the `--all` flag.
36+
If you want to delete all the providers in a single operation, you can use the `--all` flag.
3737

3838
```bash
3939
clusterctl delete --all

docs/book/src/tasks/experimental-features/runtime-sdk/implement-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ synchronously.
212212
### Availability
213213

214214
Runtime Extension failure could result in errors in handling the workload clusters lifecycle, and so the implementation
215-
should be robust, have proper error handling, avoid panics, etc.. . Failure policies can be set up to mitigate the
215+
should be robust, have proper error handling, avoid panics, etc. Failure policies can be set up to mitigate the
216216
negative impact of a Runtime Extension on the Cluster API Runtime, but this option can’t be used in all cases
217217
(see [Error Management](#error-management)).
218218

hack/tools/runtime-openapi-gen/vendored_openapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func schema_pkg_apis_meta_v1_ObjectMeta(ref common.ReferenceCallback) common.Ope
168168
},
169169
"resourceVersion": {
170170
SchemaProps: spec.SchemaProps{
171-
Description: "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
171+
Description: "An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources.\n\nPopulated by the system. Read-only. Value must be treated as opaque by clients. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency",
172172
Type: []string{"string"},
173173
Format: "",
174174
},

0 commit comments

Comments
 (0)