Skip to content

Commit 99ae6e3

Browse files
Update 13/umbraco-commerce/how-to-guides/update-cart.md
Co-authored-by: sofietoft <[email protected]>
1 parent 7456b75 commit 99ae6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-commerce/how-to-guides/update-cart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The `CartDto` is a class that passes data to the Controller. This is a class tha
157157
```
158158

159159
{% hint style="warning" %}
160-
`ProductReference` is not used here but is an example of how you could pass the product reference to the controller for other similar related tasks.
160+
The `ProductReference` is not used here, but it is an example of how to pass the product reference to the controller for similar tasks.
161161
{% endhint %}
162162

163163
You need to add the `Action` to update the items in the cart. This will be called when the button is clicked.

0 commit comments

Comments
 (0)