Skip to content

Commit

Permalink
chore(doc): fix item template variables (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobylito authored Oct 23, 2017
1 parent 54e134e commit a512abf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ numericRefinementList({
/**
* @typedef {Object} NumericRefinementListTemplates
* @property {string|function} [header] Header template.
* @property {string|function} [item] Item template, provided with `name`, `isRefined`, `url` data properties.
* @property {string|function} [item] Item template, provided with `label` (the name in the configuration), `isRefined`, `url`, `value` (the setting for the filter) data properties.
* @property {string|function} [footer] Footer template.
*/

Expand Down

0 comments on commit a512abf

Please sign in to comment.