Skip to content

Commit 57a8ecc

Browse files
csvirixstefank
andauthored
Update docs/content/en/docs/documentation/reconciler.md
Co-authored-by: Martin Stefanko <[email protected]>
1 parent 6134683 commit 57a8ecc

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
@@ -299,7 +299,7 @@ public class ExpectationReconciler implements Reconciler<ExpectationCustomResour
299299
primary, Duration.ofSeconds(timeout), deploymentReadyExpectation(context));
300300
return UpdateControl.noUpdate();
301301
} else {
302-
// checks the expectation if it is fulfilled also removes it,
302+
// checks if the expectation if it is fulfilled, and also removes it.
303303
// in your logic you might add a next expectation based on your workflow.
304304
// Expectations have a name, so you can easily distinguish them if there is more of them.
305305
var res = expectationManager.checkExpectation("deploymentReadyExpectation",primary, context);

0 commit comments

Comments
 (0)