Skip to content

Commit 65b6217

Browse files
authored
fix 'when a you' typo. resolves #729 (#730)
Signed-off-by: Pete Lumbis <[email protected]>
1 parent 937b498 commit 65b6217

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/master/concepts/composition-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ reports `True`.
7373

7474
Crossplane calls a Function to determine what resources it should create when
7575
you create a composite resource. The Function also tells Crossplane what to do
76-
with these resources when a you update or delete a composite resource.
76+
with these resources when you update or delete a composite resource.
7777

7878
When Crossplane calls a Function it sends it the current state of the composite
7979
resource. It also sends it the current state of any managed resources the

content/v1.14/concepts/composition-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ reports `True`.
7373

7474
Crossplane calls a Function to determine what resources it should create when
7575
you create a composite resource. The Function also tells Crossplane what to do
76-
with these resources when a you update or delete a composite resource.
76+
with these resources when you update or delete a composite resource.
7777

7878
When Crossplane calls a Function it sends it the current state of the composite
7979
resource. It also sends it the current state of any managed resources the

content/v1.15/concepts/composition-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ reports `True`.
7373

7474
Crossplane calls a Function to determine what resources it should create when
7575
you create a composite resource. The Function also tells Crossplane what to do
76-
with these resources when a you update or delete a composite resource.
76+
with these resources when you update or delete a composite resource.
7777

7878
When Crossplane calls a Function it sends it the current state of the composite
7979
resource. It also sends it the current state of any managed resources the

0 commit comments

Comments
 (0)