Skip to content

Commit 53bec13

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 8e8a918 commit 53bec13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public UpdateControl<WebPage> reconcile(WebPage webPage, Context<WebPage> contex
192192

193193
makeStatusChanages(webPage);
194194

195-
// built in update methods by default uses this approach
195+
// built in update methods by default use this feature
196196
return UpdateControl.patchStatus(webPage);
197197
}
198198
```
@@ -202,7 +202,7 @@ public UpdateControl<WebPage> reconcile(WebPage webPage, Context<WebPage> contex
202202
`UpdateControl` and `ErrorStatusUpdateControl` by default uses this functionality.
203203

204204
Mainly to cover migration path for the cases when somebody expected events for their update
205-
a these controls now contain a new method: `UpdateControl.reschedule()`, that instantly propagates
205+
these controls now contain a new method: `UpdateControl.reschedule()`, that instantly propagates
206206
an event to reschedule the reconciliation.
207207

208208
### Allocated values

0 commit comments

Comments
 (0)