Skip to content

Commit

Permalink
vale fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Borrelli <steve@borrelli.org>
  • Loading branch information
stevendborrelli committed Sep 27, 2024
1 parent 060fb97 commit 2d631c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions content/master/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ The schema of the resource isn't validated and may contain any data.

### Mock Extra Resources

Extra Resources allow a Composition to request Crossplane Objects on the cluster that are not
part of the Composition. The `--extra-resources` option can be pointed at a directory containing
YAML manifests of resources to mock, and can be used in combination with a function like
Extra Resources allow a Composition to request Crossplane Objects on the cluster that aren't
part of the Composition. The `--extra-resources` option points at a directory containing
YAML manifests of resources to mock. Use Extra Resources in combination with a function like
[function-extra-resources](https://github.com/crossplane-contrib/function-extra-resources) or the
built-in support in [function-go-templating](https://github.com/crossplane-contrib/function-go-templating?tab=readme-ov-file#extraresources).

Expand Down
6 changes: 3 additions & 3 deletions content/v1.17/cli/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ The schema of the resource isn't validated and may contain any data.

### Mock Extra Resources

Extra Resources allow a Composition to request Crossplane Objects on the cluster that are not
part of the Composition. The `--extra-resources` option can be pointed at a directory containing
YAML manifests of resources to mock, and can be used in combination with a function like
Extra Resources allow a Composition to request Crossplane Objects on the cluster that aren't
part of the Composition. The `--extra-resources` option points at a directory containing
YAML manifests of resources to mock. Use Extra Resources in combination with a function like
[function-extra-resources](https://github.com/crossplane-contrib/function-extra-resources) or the
built-in support in [function-go-templating](https://github.com/crossplane-contrib/function-go-templating?tab=readme-ov-file#extraresources).

Expand Down
5 changes: 4 additions & 1 deletion utils/vale/styles/Crossplane/crossplane-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@ XRD
XRD's
XRDs
XRs
function-patch-and-transform
function-extra-resources
function-go-templating
function-patch-and-transform

0 comments on commit 2d631c6

Please sign in to comment.