File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ the `operator-framework-core` module.
103
103
As mentioned previously, one goal of this implementation is to make it possible to
104
104
semi-declaratively create and wire dependent resources. You can annotate your reconciler with
105
105
` @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
107
107
` DependentResource ` implementations ` reconcile ` method before your primary resource is reconciled.
108
108
This makes sense in most use cases where the logic associated with the primary resource is usually
109
109
limited to status handling based on the state of the secondary resources. This behavior and
You can’t perform that action at this time.
0 commit comments