Skip to content

Commit 9dd04a8

Browse files
csvirimetacosm
andauthored
Update docs/content/en/docs/documentation/reconciler.md
Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
1 parent e3fe535 commit 9dd04a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/docs/documentation/reconciler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The framework out of the box supports this logic, it will always
3737
call the `reconcile` method unless the custom resource is
3838
[marked from deletion](https://kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/#how-finalizers-work).
3939

40-
On the other, if the resource is marked from deletion and if the `Reconciler` implements the
40+
On the other hand, if the resource is marked from deletion and if the `Reconciler` implements the
4141
[`Cleaner`](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/Cleaner.java) interface, only the `cleanup` method is called. By implementing this interface
4242
the framework will automatically handle (add/remove) the finalizers for you.
4343

0 commit comments

Comments
 (0)