Skip to content

Commit 522de94

Browse files
committed
Merge pull request #291 from gdillon/patch-1
Updated typo in Customization section
2 parents 5af29e2 + 569d404 commit 522de94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ If you want to customize the look and feel of the auto-completion menu and/or th
118118

119119
### Custom widgets
120120

121-
If you want to use a widget that is not expose in the administration panel for a particular faceted attribute you can configure it using the `customAttributeFacet` variable of the `topsearch.phtml` file. For example if you want to have a toggle widget for the `in_stock` attribute, your `customAttributeFacet` variable should look like:
121+
If you want to use a widget that is not exposed in the administration panel for a particular faceted attribute you can configure it using the `customAttributeFacet` variable of the `topsearch.phtml` file. For example if you want to have a toggle widget for the `in_stock` attribute, your `customAttributeFacet` variable should look like:
122122

123123
{% highlight js %}
124124
var customAttributeFacet = {

0 commit comments

Comments
 (0)