Skip to content

Commit 21a4385

Browse files
fix: remove extra word
Co-authored-by: Sébastien CROCQUESEL <[email protected]>
1 parent 4ad2f55 commit 21a4385

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
@@ -103,7 +103,7 @@ the `operator-framework-core` module.
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
105105
`@Dependent` annotations that specify which `DependentResource` implementation it depends upon.
106-
JOSDK will take the appropriate steps to wire everything thing together and call your
106+
JOSDK will take the appropriate steps to wire everything 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
109109
limited to status handling based on the state of the secondary resources. This behavior and

0 commit comments

Comments
 (0)