Skip to content

Commit

Permalink
Fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
scote authored Oct 31, 2017
1 parent d3a1e4b commit 4bf4770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/materialize-css/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 4bf4770

Please sign in to comment.