Skip to content

Commit 91e03f2

Browse files
committed
vale fixes for the go function guide
Signed-off-by: Jared Watts <[email protected]>
1 parent 7d30add commit 91e03f2

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,9 @@ This code:
425425
1. Adds one desired S3 bucket for each bucket name.
426426
1. Returns the desired S3 buckets in a `RunFunctionResponse`.
427427

428-
The code uses the `v1beta1.Bucket` type from [Upbound's AWS S3
429-
provider](https://github.com/crossplane-contrib/provider-upjet-aws). One
430-
advantage of writing a function in Go is that you can compose resources using
431-
the same strongly typed structs Crossplane uses in its providers.
428+
The code uses the `v1beta1.Bucket` type from [Upbound's AWS S3 provider](https://github.com/crossplane-contrib/provider-upjet-aws).
429+
One advantage of writing a function in Go is that you can compose resources
430+
using the same strongly typed structs Crossplane uses in its providers.
432431

433432
You must get the AWS Provider Go module to use this type:
434433

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,9 @@ This code:
425425
1. Adds one desired S3 bucket for each bucket name.
426426
1. Returns the desired S3 buckets in a `RunFunctionResponse`.
427427

428-
The code uses the `v1beta1.Bucket` type from [Upbound's AWS S3
429-
provider](https://github.com/crossplane-contrib/provider-upjet-aws). One
430-
advantage of writing a function in Go is that you can compose resources using
431-
the same strongly typed structs Crossplane uses in its providers.
428+
The code uses the `v1beta1.Bucket` type from [Upbound's AWS S3 provider](https://github.com/crossplane-contrib/provider-upjet-aws).
429+
One advantage of writing a function in Go is that you can compose resources
430+
using the same strongly typed structs Crossplane uses in its providers.
432431

433432
You must get the AWS Provider Go module to use this type:
434433

0 commit comments

Comments
 (0)