Skip to content

Commit 331c389

Browse files
committed
Fix all Vale errors
Not addressing warnings and suggestions though. These should've all been spelling mistakes and repeated words. Signed-off-by: Nic Cope <[email protected]>
1 parent 0ad18e9 commit 331c389

17 files changed

+26
-23
lines changed

content/master/composition/composite-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ other Crossplane components.
338338
Crossplane adds the
339339
{{<hover label="complabel" line="4">}} crossplane.io/composite{{</hover>}} label
340340
to all composed resources. The label matches the name of the composite.
341-
Crossplane applies the composite label to anyresource created by a composite,
341+
Crossplane applies the composite label to any resource created by a composite,
342342
creating a reference between the resource and owning composite resource.
343343

344344
```shell {label="complabel",copy-lines="1"}

content/master/guides/write-a-composition-function-in-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,8 +823,8 @@ metadata about the package.
823823
The {{<hover label="build" line="3">}}--embed-runtime-image{{</hover>}} flag
824824
specifies the runtime image tag built using Docker.
825825

826-
The {{<hover label="build" line="4">}}--package-file{{</hover>}} flag specifies
827-
specifies where to write the package file to disk. Crossplane package files use
826+
The {{<hover label="build" line="4">}}--package-file{{</hover>}} flag specifies
827+
where to write the package file to disk. Crossplane package files use
828828
the extension `.xpkg`.
829829

830830
```shell {label="build"}

content/master/guides/write-a-composition-function-in-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,8 +692,8 @@ metadata about the package.
692692
The {{<hover label="build" line="3">}}--embed-runtime-image{{</hover>}} flag
693693
specifies the runtime image tag built using Docker.
694694

695-
The {{<hover label="build" line="4">}}--package-file{{</hover>}} flag specifies
696-
specifies where to write the package file to disk. Crossplane package files use
695+
The {{<hover label="build" line="4">}}--package-file{{</hover>}} flag specifies
696+
where to write the package file to disk. Crossplane package files use
697697
the extension `.xpkg`.
698698

699699
```shell {label="build"}

content/v1.18/concepts/compositions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ which composed resources it should create or update.
811811

812812
If the function needs __extra resources__ to determine the desired state it can
813813
request any cluster-scoped resource Crossplane already has access to, either by
814-
by name or labels through the returned RunFunctionResponse. Crossplane then
814+
name or labels through the returned RunFunctionResponse. Crossplane then
815815
calls the function again including the requested __extra resources__ and the
816816
__context__ returned by the Function itself alongside the same __input__,
817817
__observed__ and __desired state__ of the previous RunFunctionRequest. Functions

content/v1.18/guides/write-a-composition-function-in-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ The {{<hover label="build" line="3">}}--embed-runtime-image{{</hover>}} flag
824824
specifies the runtime image tag built using Docker.
825825

826826
The {{<hover label="build" line="4">}}--package-file{{</hover>}} flag specifies
827-
specifies where to write the package file to disk. Crossplane package files use
827+
where to write the package file to disk. Crossplane package files use
828828
the extension `.xpkg`.
829829

830830
```shell {label="build"}

content/v1.18/guides/write-a-composition-function-in-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ The {{<hover label="build" line="3">}}--embed-runtime-image{{</hover>}} flag
693693
specifies the runtime image tag built using Docker.
694694

695695
The {{<hover label="build" line="4">}}--package-file{{</hover>}} flag specifies
696-
specifies where to write the package file to disk. Crossplane package files use
696+
where to write the package file to disk. Crossplane package files use
697697
the extension `.xpkg`.
698698

699699
```shell {label="build"}

content/v1.19/concepts/compositions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ which composed resources it should create or update.
811811

812812
If the function needs __extra resources__ to determine the desired state it can
813813
request any cluster-scoped resource Crossplane already has access to, either by
814-
by name or labels through the returned RunFunctionResponse. Crossplane then
814+
name or labels through the returned RunFunctionResponse. Crossplane then
815815
calls the function again including the requested __extra resources__ and the
816816
__context__ returned by the Function itself alongside the same __input__,
817817
__observed__ and __desired state__ of the previous RunFunctionRequest. Functions

content/v1.19/guides/write-a-composition-function-in-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ The {{<hover label="build" line="3">}}--embed-runtime-image{{</hover>}} flag
824824
specifies the runtime image tag built using Docker.
825825

826826
The {{<hover label="build" line="4">}}--package-file{{</hover>}} flag specifies
827-
specifies where to write the package file to disk. Crossplane package files use
827+
where to write the package file to disk. Crossplane package files use
828828
the extension `.xpkg`.
829829

830830
```shell {label="build"}

content/v1.19/guides/write-a-composition-function-in-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ The {{<hover label="build" line="3">}}--embed-runtime-image{{</hover>}} flag
693693
specifies the runtime image tag built using Docker.
694694

695695
The {{<hover label="build" line="4">}}--package-file{{</hover>}} flag specifies
696-
specifies where to write the package file to disk. Crossplane package files use
696+
where to write the package file to disk. Crossplane package files use
697697
the extension `.xpkg`.
698698

699699
```shell {label="build"}

content/v1.20/concepts/compositions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ which composed resources it should create or update.
811811

812812
If the function needs __extra resources__ to determine the desired state it can
813813
request any cluster-scoped resource Crossplane already has access to, either by
814-
by name or labels through the returned RunFunctionResponse. Crossplane then
814+
name or labels through the returned RunFunctionResponse. Crossplane then
815815
calls the function again including the requested __extra resources__ and the
816816
__context__ returned by the Function itself alongside the same __input__,
817817
__observed__ and __desired state__ of the previous RunFunctionRequest. Functions

0 commit comments

Comments
 (0)