Skip to content

Commit 0651976

Browse files
committed
Review
1 parent 839c2b5 commit 0651976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/refguide/runtime/optimistic-locking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In this case the user can refresh the whole page, but this causes all their chan
101101

102102
### `Save` Button With a Separate `Refresh` Button
103103

104-
A separate `Refresh` button that retrieves the latest object state from the database and applies the original changes onto the retrieved object. After clicking the `Refresh` button, the user can inspect the latest state and can click the `Save` button again.
104+
A separate `Refresh` button that retrieves the latest object state from the database and applies the original changes to the retrieved object. After clicking the `Refresh` button, the user can inspect the latest state and can click the `Save` button again. This would be similar to a single retry from [Handling Optimistic Locking Errors in Microflows].
105105

106106
### Custom `Save` Button
107107

0 commit comments

Comments
 (0)