Skip to content

Commit a092e41

Browse files
authored
BUGFIX: Typo in README
Fixing a typo that was fixed for master with #201
1 parent c2442bf commit a092e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ prototype(Vendor.Name:FilteredProductList) {
288288
```
289289

290290
In the first lines we will add a new searchFilter variable and add your selected sku's as a filter. Based on this selection
291-
we will add two aggregations of type terms. You can access the filter in your template with `{filter.aggregation}`. With
291+
we will add two aggregations of type terms. You can access the filter in your template with `{filter.aggregations}`. With
292292
this information it is easy to create a form with some select fields with all available options. If you submit the form
293293
just call the same page and add the get parameter color and/or size.
294294
The next lines will parse those parameters and add them to the searchFilter. Based on your selection all products will

0 commit comments

Comments
 (0)