Skip to content

Commit

Permalink
docs(menu): fix limit type (algolia#2902)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobylito authored Apr 23, 2018
1 parent 8715c1c commit 8134f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/menu/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ menu({
*
* You can also use a sort function that behaves like the standard Javascript [compareFunction](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#Syntax).
* @property {MenuTemplates} [templates] Customize the output through templating.
* @property {string} [limit=10] How many facets values to retrieve.
* @property {number} [limit=10] How many facets values to retrieve.
* @property {boolean|MenuShowMoreOptions} [showMore=false] Limit the number of results and display a showMore button.
* @property {MenuShowMoreTemplates} [templates] Templates to use for the widget.
* @property {MenuTransforms} [transformData] Set of functions to update the data before passing them to the templates.
Expand Down

0 comments on commit 8134f2a

Please sign in to comment.