Skip to content

Commit 6dc9924

Browse files
fix: clarify
Co-authored-by: Sébastien CROCQUESEL <[email protected]>
1 parent 8b1878b commit 6dc9924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/dependent-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ functionality to create, update and delete its associated secondary resources, r
7676
these traits are not implemented then parts of the logic described above is never triggered: if your
7777
implementation doesn't implement `Creator`, for example,
7878
`AbstractDependentResource` will never try to create the associated secondary resource, even if it
79-
doesn't exist. It is thus possible to create read-only dependent resources that will trigger your
79+
doesn't exist. It is possible to not implement any of these traits and therefore create read-only dependent resources that will trigger your
8080
reconciler whenever a user interacts with them but that are never modified by your reconciler
8181
itself.
8282

0 commit comments

Comments
 (0)