Skip to content

Commit 2ec478c

Browse files
committed
Update composition-revisions.md
Signed-off-by: Joe Bowbeer <[email protected]>
1 parent 3bffefa commit 2ec478c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/master/concepts/composition-revisions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ what managed resources Crossplane will create in response. Let's say for example
1414
that you define a `PlatformDB` XR, which represents your organisation's common
1515
database configuration of an Azure MySQL Server and a few firewall rules. The
1616
`Composition` contains the 'base' configuration for the MySQL server and the
17-
firewall rules that is extended by the configuration for the `PlatformDB`.
17+
firewall rules that are extended by the configuration for the `PlatformDB`.
1818

1919
There is a one-to-many relationship between a `Composition` and the XRs that use
2020
it. You might define a `Composition` named `big-platform-db` that is used by ten
@@ -25,7 +25,7 @@ member, while individual application teams create `PlatformDB` XRs that use said
2525
`Composition`.
2626

2727
Each `Composition` is mutable - you can update it as your organisation's needs
28-
change. However, without Composition Revisions updating a `Composition` can be a
28+
change. However, updating a `Composition` without Composition Revisions can be a
2929
risky process. Crossplane constantly uses the `Composition` to ensure that your
3030
actual infrastructure - your MySQL Servers and firewall rules - match your
3131
desired state. If you have 10 `PlatformDB` XRs all using the `big-platform-db`

0 commit comments

Comments
 (0)