Skip to content

Commit 4ad2f55

Browse files
fix: split sentence
Co-authored-by: Sébastien CROCQUESEL <[email protected]>
1 parent d6fe862 commit 4ad2f55

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
@@ -102,7 +102,7 @@ the `operator-framework-core` module.
102102

103103
As mentioned previously, one goal of this implementation is to make it possible to
104104
semi-declaratively create and wire dependent resources. You can annotate your reconciler with
105-
`@Dependent` annotations that specify which `DependentResource` implementation it depends upon and
105+
`@Dependent` annotations that specify which `DependentResource` implementation it depends upon.
106106
JOSDK will take the appropriate steps to wire everything thing together and call your
107107
`DependentResource` implementations `reconcile` method before your primary resource is reconciled.
108108
This makes sense in most use cases where the logic associated with the primary resource is usually

0 commit comments

Comments
 (0)