diff --git a/_filters/sum.md b/_filters/sum.md index 5fe9e89d3..13f2eb401 100644 --- a/_filters/sum.md +++ b/_filters/sum.md @@ -7,7 +7,7 @@ Sums all items in an array. If a string is passed as an argument, it sums the property values. -In this example, assume the object `collection.products` contains a list of products, and each `product` object has a `quantity` property. Using `assign` with the `sum` filter creates a variable that contains the total amount of quantities for all products in the collection. +In this example, assume the object `collection.products` contains a list of products, and each `product` object has a `quantity` property. Using `assign` with the `sum` filter creates a variable that contains the total quantity for all products in the collection.

Input

```liquid