Skip to content

Commit 219cf28

Browse files
authored
Fix Invalid urls (#425)
1 parent 5196d25 commit 219cf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/pages/en/mutations/update.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ await StoreLocations.update({ cityId, mallId, storeId, buildingId })
440440

441441
### Data
442442

443-
The `data()` allows for different approach to updating your item, by accepting a callback with a similar argument signature to the [where clause](/en/mutations/conditionals).
443+
The `data()` allows for different approach to updating your item, by accepting a callback with a similar argument signature to the [where clause](/en/mutations/conditions).
444444

445445
The callback provided to the `data` method is injected with an `attributes` object as the first parameter, and an `operations` object as the second parameter. All operations accept an attribute from the `attributes` object as a first parameter, and optionally accept a second `value` parameter.
446446

0 commit comments

Comments
 (0)