Skip to content

Commit edc9211

Browse files
committed
docs
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 0c625ea commit edc9211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public UpdateControl<WebPage> reconcile(WebPage webPage, Context<WebPage> contex
249249
{{% alert title="UpdateControl and event filtering" %}}
250250
Since v5.5, returning an `UpdateControl` (or `ErrorStatusUpdateControl`) updates the resource and
251251
keeps the cache read-after-write consistent, but by default it **no longer filters the own event**
252-
the resulting update may cause an additional (idempotent) reconciliation. To also filter the own
252+
the resulting update may an additional reconciliation (which should be idempotent). To also filter the own
253253
event, perform the update through `ResourceOperations` instead and return `UpdateControl.noUpdate()`.
254254
{{% /alert %}}
255255

0 commit comments

Comments
 (0)