From 5abf6a5fdd0eb346d8a818cc3af1c602b83af9dd Mon Sep 17 00:00:00 2001 From: Luciano Sousa Date: Fri, 7 Jul 2023 09:33:26 -0400 Subject: [PATCH] Update _filters/sum.md Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --- _filters/sum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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