Skip to content

Commit

Permalink
Fix typos in composition functions documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Cem Mergenci <cmergenci@gmail.com>
  • Loading branch information
mergenci committed Sep 29, 2023
1 parent 883ded5 commit a560ad1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions content/master/concepts/composition-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Composition Functions allow you to supplement or replace your Compositions with
advanced logic not implementable through available patching strategies.


You can build a Function using general purpose programming
You can build a Function using general-purpose programming
languages such as Go or Python, or relevant tools such as Helm,
[Kustomize](https://kustomize.io/), or
[CUE](https://cuelang.org/).

Functions compliment contemporary "Patch and Transform" (P&T) style
Functions complement contemporary "Patch and Transform" (P&T) style
Composition. It's possible to use only P&T, only Functions, or a mix of both in
the same Composition.

Expand Down Expand Up @@ -243,7 +243,7 @@ with the XR if they experience issues.
* Run within the constraints specified by the Composition that includes them,
such as timeouts, compute, network access.

This means Functions may be written using a general purpose programming language
This means Functions may be written using a general-purpose programming language
like Python, Go, or TypeScript. They may also be implemented using a shell
script, or an existing tool like Helm or Kustomize.

Expand Down
6 changes: 3 additions & 3 deletions content/v1.13/concepts/composition-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ Composition Functions allow you to supplement or replace your Compositions with
advanced logic not implementable through available patching strategies.


You can build a Function using general purpose programming
You can build a Function using general-purpose programming
languages such as Go or Python, or relevant tools such as Helm,
[Kustomize](https://kustomize.io/), or
[CUE](https://cuelang.org/).

Functions compliment contemporary "Patch and Transform" (P&T) style
Functions complement contemporary "Patch and Transform" (P&T) style
Composition. It's possible to use only P&T, only Functions, or a mix of both in
the same Composition.

Expand Down Expand Up @@ -243,7 +243,7 @@ with the XR if they experience issues.
* Run within the constraints specified by the Composition that includes them,
such as timeouts, compute, network access.

This means Functions may be written using a general purpose programming language
This means Functions may be written using a general-purpose programming language
like Python, Go, or TypeScript. They may also be implemented using a shell
script, or an existing tool like Helm or Kustomize.

Expand Down

0 comments on commit a560ad1

Please sign in to comment.