Browse Source

Merge pull request #264 from makotot/typo

fix some typos found in doc
pull/2229/head
Jack Lukic 11 years ago
parent
commit
ac4502028b
3 changed files with 9 additions and 12 deletions
  1. 4
      server/documents/introduction/variations.html.eco
  2. 10
      server/documents/modules/dropdown.html.eco
  3. 7
      server/documents/project/development.html.eco

4
server/documents/introduction/variations.html.eco

@ -13,7 +13,7 @@ type : 'UI Introduction'
<div class="peek">
<div class="ui vertical pointing secondary menu">
<a class="active item">Overview</a>
<a class="active item">Usage</a>
<a class="item">Usage</a>
</div>
</div>
@ -129,4 +129,4 @@ type : 'UI Introduction'
</a>
<!--
</div>
</div>

10
server/documents/modules/dropdown.html.eco

@ -207,7 +207,7 @@ type : 'UI Module'
<div class="dropdown example">
<h4 class="ui header">Button Group</h4>
<p>A <a href="/element/button.html">button group</a> can be formatted to show additional content as a dropdown</p>
<p>A <a href="/elements/button.html">button group</a> can be formatted to show additional content as a dropdown</p>
<div class="ui red icon buttons">
<div class="ui top left pointing dropdown button">
<i class="user icon"></i>
@ -239,7 +239,7 @@ type : 'UI Module'
<div class="button example">
<h4 class="ui header">Combo Button</h4>
<p>A <a href="/element/button.html">button</a> can be formatted with a dropdown</p>
<p>A <a href="/elements/button.html">button</a> can be formatted with a dropdown</p>
<div class="ui teal buttons">
<div class="ui button">Update Post</div>
<div class="ui teal dropdown icon button">
@ -286,7 +286,7 @@ type : 'UI Module'
<div class="hover example">
<h4 class="ui header">Menu</h4>
<p>A <a href="/collection/menu.html">menu</a> element can contain a dropdown</p>
<p>A <a href="/collections/menu.html">menu</a> element can contain a dropdown</p>
<div class="ui compact tiered purple inverted menu">
<div class="menu">
<a class="active item">
@ -320,7 +320,7 @@ type : 'UI Module'
<div class="dropdown example">
<h4 class="ui header">Form</h4>
<p>A dropdown can be formatted to allow selection inside a <a href="/collection/form.html">form</a></p>
<p>A dropdown can be formatted to allow selection inside a <a href="/collections/form.html">form</a></p>
<div class="ui form segment">
<p>Let's go ahead and get you signed up.</p>
<div class="two fields">
@ -655,4 +655,4 @@ type : 'UI Module'
</div>
</body>
</html>
</html>

7
server/documents/project/development.html.eco

@ -56,10 +56,7 @@ type : 'Semantic Project'
<h3 class="ui header">4) Start Your Server</h3>
<p>It's important to note that all server code exists inside of <code>/node</code> in the project. So all commands should be run relative to that directory.</p>
<div class="code" data-title="Starting server locally" data-type="terminal">
cd node
docpad run
</div>
@ -71,7 +68,7 @@ type : 'Semantic Project'
<p>If you are working on fixing a UI component that is part of Semantic, your best bet is to work actively on the file in <code>/src/{type}/{elementname}/</code> while running a watch script from grunt. This will rebuild the docs after you make changes, so you can see if you have corrected the issue you are fixing.</p>
<p>To see exactly what this is doing you can check out our <a href="https://github.com/jlukic/Semantic-UI/blob/master/node/Gruntfile.js">commented gruntfile</a></p>
<p>To see exactly what this is doing you can check out our <a href="https://github.com/jlukic/Semantic-UI/blob/master/Gruntfile.js">commented gruntfile</a></p>
<div class="code" data-title="Watching Changes" data-type="terminal">
grunt
@ -106,4 +103,4 @@ type : 'Semantic Project'
Next: Library Introduction
<i class="right arrow icon"></i>
</a>
</div>
</div>
Loading…
Cancel
Save