We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7456b75 commit 99ae6e3Copy full SHA for 99ae6e3
13/umbraco-commerce/how-to-guides/update-cart.md
@@ -157,7 +157,7 @@ The `CartDto` is a class that passes data to the Controller. This is a class tha
157
```
158
159
{% 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.
+The `ProductReference` is not used here, but it is an example of how to pass the product reference to the controller for similar tasks.
161
{% endhint %}
162
163
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