Browse Source

fix some typos found in doc

pull/264/head
m-tateno 11 years ago
parent
commit
3d6144bab0
2 changed files with 3 additions and 6 deletions
  1. 4
      server/documents/introduction/variations.html.eco
  2. 5
      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="peek">
<div class="ui vertical pointing secondary menu"> <div class="ui vertical pointing secondary menu">
<a class="active item">Overview</a> <a class="active item">Overview</a>
<a class="active item">Usage</a>
<a class="item">Usage</a>
</div> </div>
</div> </div>
@ -129,4 +129,4 @@ type : 'UI Introduction'
</a> </a>
<!-- <!--
</div>
</div>

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

@ -56,10 +56,7 @@ type : 'Semantic Project'
<h3 class="ui header">4) Start Your Server</h3> <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"> <div class="code" data-title="Starting server locally" data-type="terminal">
cd node
docpad run docpad run
</div> </div>
@ -106,4 +103,4 @@ type : 'Semantic Project'
Next: Library Introduction Next: Library Introduction
<i class="right arrow icon"></i> <i class="right arrow icon"></i>
</a> </a>
</div>
</div>
Loading…
Cancel
Save