Skip to content

Commit 7e6e170

Browse files
authored
fix: typo in docs (#649)
1 parent ebc3539 commit 7e6e170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/documentation/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ reconciliation happens for a custom resource.
2121

2222
After a reconciliation (
2323
i.e. [ResourceController](https://github.com/java-operator-sdk/java-operator-sdk/blob/master/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/ResourceController.java)
24-
called), a post-processing phase follows, where typically framework checks if:
24+
called, a post-processing phase follows, where typically framework checks if:
2525

2626
- an exception was thrown during execution, if yes schedules a retry.
2727
- there are new events received during the controller execution, if yes schedule the execution again.

0 commit comments

Comments
 (0)