Skip to content

Commit

Permalink
Merge pull request #1915 from rushrs/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterMX authored Oct 19, 2023
2 parents b2583c6 + 3321b9e commit 9a50654
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apis/acm/v1alpha1/certificate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Tag struct {

// DomainValidationOption validate domain ownership.
type DomainValidationOption struct {
// Additinal Fully qualified domain name (FQDN),that to secure with an ACM certificate.
// Additional Fully qualified domain name (FQDN), that to secure with an ACM certificate.
// +immutable
DomainName string `json:"domainName"`

Expand Down
2 changes: 1 addition & 1 deletion apis/acm/v1beta1/certificate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type Tag struct {

// DomainValidationOption validate domain ownership.
type DomainValidationOption struct {
// Additinal Fully qualified domain name (FQDN),that to secure with an ACM certificate.
// Additional Fully qualified domain name (FQDN), that to secure with an ACM certificate.
// +immutable
DomainName string `json:"domainName"`

Expand Down
8 changes: 4 additions & 4 deletions package/crds/acm.aws.crossplane.io_certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ spec:
description: DomainValidationOption validate domain ownership.
properties:
domainName:
description: Additinal Fully qualified domain name (FQDN),that
to secure with an ACM certificate.
description: Additional Fully qualified domain name (FQDN),
that to secure with an ACM certificate.
type: string
validationDomain:
description: Method to validate certificate
Expand Down Expand Up @@ -667,8 +667,8 @@ spec:
description: DomainValidationOption validate domain ownership.
properties:
domainName:
description: Additinal Fully qualified domain name (FQDN),that
to secure with an ACM certificate.
description: Additional Fully qualified domain name (FQDN),
that to secure with an ACM certificate.
type: string
validationDomain:
description: Method to validate certificate
Expand Down

0 comments on commit 9a50654

Please sign in to comment.