@@ -249,7 +249,7 @@ spec:
249249
250250{{<expand "The xr.yaml, composition.yaml and function.yaml files used in the example">}}
251251
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
253253these files.
254254
255255The `xr.yaml` file contains the composite resource to render :
@@ -309,7 +309,7 @@ spec:
309309{{</expand>}}
310310
311311The 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
313313the `render.crossplane.io/runtime` annotation to a Function to change how it's
314314run.
315315
@@ -379,8 +379,10 @@ func (f *Function) RunFunction(_ context.Context, req *fnv1beta1.RunFunctionRequ
379379}
380380` ` `
381381
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
383384composite resource.
385+ <!-- vale write-good.Passive = YES -->
384386[Function Patch and Transform](https://github.com/crossplane-contrib/function-patch-and-transform)
385387and
386388[Function Auto Ready](https://github.com/crossplane-contrib/function-auto-ready)
@@ -550,7 +552,7 @@ spec:
550552` ` `
551553
552554If 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.
554556
555557Crossplane also observes the connection details of your composite resource and
556558any composed resources. It sends them to your function as part of the observed
@@ -740,4 +742,4 @@ looking for a log line:
740742
741743If you don't see the log line emitted when Crossplane starts, you have disabled
742744__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