@@ -249,7 +249,7 @@ spec:
249
249
250
250
{{<expand "The xr.yaml, composition.yaml and function.yaml files used in the example">}}
251
251
252
- You can recreate the output below using by running `crossplane beta render` with
252
+ You can recreate the output below by running `crossplane beta render` with
253
253
these files.
254
254
255
255
The `xr.yaml` file contains the composite resource to render :
@@ -309,7 +309,7 @@ spec:
309
309
{{</expand>}}
310
310
311
311
The Crossplane CLI uses Docker Engine to run functions. You can change how the
312
- Crossplane CLI run a function by adding an annotation in `functions.yaml`. Add
312
+ Crossplane CLI runs a function by adding an annotation in `functions.yaml`. Add
313
313
the `render.crossplane.io/runtime` annotation to a Function to change how it's
314
314
run.
315
315
@@ -379,8 +379,10 @@ func (f *Function) RunFunction(_ context.Context, req *fnv1beta1.RunFunctionRequ
379
379
}
380
380
` ` `
381
381
382
- Some people design composition functions for you to use them with any kind of
382
+ <!-- vale write-good.Passive = NO -->
383
+ Some composition functions are designed to be used with any kind of
383
384
composite resource.
385
+ <!-- vale write-good.Passive = YES -->
384
386
[Function Patch and Transform](https://github.com/crossplane-contrib/function-patch-and-transform)
385
387
and
386
388
[Function Auto Ready](https://github.com/crossplane-contrib/function-auto-ready)
@@ -550,7 +552,7 @@ spec:
550
552
` ` `
551
553
552
554
If any composed resources already exist, Crossplane observes them and sends them
553
- to your function to as part of the observed state.
555
+ to your function as part of the observed state.
554
556
555
557
Crossplane also observes the connection details of your composite resource and
556
558
any composed resources. It sends them to your function as part of the observed
@@ -740,4 +742,4 @@ looking for a log line:
740
742
741
743
If you don't see the log line emitted when Crossplane starts, you have disabled
742
744
__extra resources__ for composition functions, which means requests by functions for __extra
743
- resources__ are just ignored.
745
+ resources__ are just ignored.
0 commit comments