Browse Source

fixes typo in docs #107

Former-commit-id: 0d9920e780
Former-commit-id: 79e867886f
pull/258/head
jlukic 11 years ago
parent
commit
0835f878c0
1 changed files with 1 additions and 1 deletions
  1. 2
      node/src/documents/modules/dropdown.html.eco

2
node/src/documents/modules/dropdown.html.eco

@ -415,7 +415,7 @@ type : 'UI Module'
<p>A dropdown can hide its menu</p>
<div class="ignore code">
$('.ui.dropdown')
.dropdown('show')
.dropdown('hide')
;
</div>
</div>

Loading…
Cancel
Save