Skip to content

Commit 828f7a3

Browse files
authored
fix: typo and wording
1 parent 4caf4d0 commit 828f7a3

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
@@ -211,7 +211,7 @@ public UpdateControl<StatusPatchCacheCustomResource> reconcile(
211211
```
212212

213213
After the update `PrimaryUpdateAndCacheUtils.ssaPatchStatusAndCacheResourceWithLock` puts the result of the update into an internal
214-
cache and will the framework will make sure that the next reconciliation will contain the most recent version of the resource.
214+
cache and the framework will make sure that the next reconciliation contains the most recent version of the resource.
215215
Note that it is not necessarily the version of the resource you got as response from the update, it can be newer since other parties
216216
can do additional updates meanwhile, but if not explicitly modified, it will contain the up-to-date status.
217217

0 commit comments

Comments
 (0)