Fix typo error

This commit is contained in:
Sébastien Côté
2017-10-31 13:26:56 -04:00
committed by GitHub
parent d3a1e4b85e
commit 4bf4770670

View File

@@ -556,7 +556,7 @@ interface JQuery {
* Collapsibles are accordion elements that expand when clicked on.
* They allow you to hide content that is not immediately relevant to the user.
*
* @param CollapsibleOptions | string options the collapsible optons or the string "destroy" to destroy the collapsible
* @param CollapsibleOptions | string options the collapsible options or the string "destroy" to destroy the collapsible
*/
collapsible(options?: Materialize.CollapsibleOptions | string): JQuery;