Browse Source

Merge pull request #578 from dandv/patch-1

Add missing punctuation
pull/583/head
Jack Lukic 10 years ago
parent
commit
8fe4c8cd8e
1 changed files with 2 additions and 2 deletions
  1. 4
      server/documents/modules/dimmer.html.eco

4
server/documents/modules/dimmer.html.eco

@ -195,7 +195,7 @@ type : 'UI Module'
<h2 class="ui dividing header">Usage</h2>
<h3 class="ui header">Display</h3>
<p>You can display a dimmer by either invoking dimmer show on a section or a dimmer itself. If you choose to dim a dimmable section, a dimmer will automatically be created.</p>
<p>You can display a dimmer by either invoking .dimmer('show') on a section or a dimmer itself. If you choose to dim a dimmable section, a dimmer will automatically be created.</p>
<div class="ignore code">
// these two are the same
$('.ui.dimmable)
@ -519,4 +519,4 @@ type : 'UI Module'
</div>
</div>
</div>
Loading…
Cancel
Save