Skip to content

Commit 52900ea

Browse files
authored
Apply suggestion from @xstefank
I just want to test if this really allows me to commit to your PR branch. It's not a big change.
1 parent 98f92ba commit 52900ea

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
@@ -300,7 +300,7 @@ public class ExpectationReconciler implements Reconciler<ExpectationCustomResour
300300
return UpdateControl.noUpdate();
301301
} else {
302302
// checks if the expectation if it is fulfilled, and also removes it.
303-
// in your logic you might add a next expectation based on your workflow.
303+
//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);
306306
if (res.isFulfilled()) {

0 commit comments

Comments
 (0)