Browse Source

Merge pull request #579 from dandv/patch-2

Fix typos in module.html.eco
pull/583/head
Jack Lukic 10 years ago
parent
commit
28573905a8
1 changed files with 2 additions and 2 deletions
  1. 4
      server/documents/module.html.eco

4
server/documents/module.html.eco

@ -26,7 +26,7 @@ type : 'Semantic'
<i class="check icon"></i>
<div class="content">
<div class="header">Human Readable Traces</div>
<p>Unlike other component libraries which hides explanations of behavior in inline comments which can only be read by combing the source, semantic modules provide run-time debug output to the javascript console telling you what each component is doing as it is doing it.</p>
<p>Unlike other component libraries that hide explanations of behavior in inline comments which can only be read by combing the source, semantic modules provide run-time debug output to the JavaScript console telling you what each component is doing as it is doing it.</p>
</div>
</div>
<div class="item">
@ -324,4 +324,4 @@ type : 'Semantic'
$('.foo').popup('setting', 'moduleName');
</div>
</div>
</div>
</div>
Loading…
Cancel
Save