Skip to content

Commit c5455e0

Browse files
committed
wording in readme
1 parent 0b38254 commit c5455e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,7 @@ Supported functions include:
18671867
- avg
18681868
18691869
__On each row__
1870-
In this example, we are counting the number of lines calculating total amount for each order. This is represented as the property <i>numberOfLines</i>. You can call these aggregated properties whatever you want.
1870+
In this example, we are counting the number of lines on each order. This is represented as the property <i>numberOfLines</i>. You can name these aggregated properties whatever you want.
18711871
You can also elevate associated data to the a parent level for easier access. In the example below, <i>balance</i> of the customer is elevated to the root level.
18721872
18731873
```javascript

0 commit comments

Comments
 (0)