Skip to content

Commit

Permalink
minor spelling/grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jan 27, 2012
1 parent 3631cc8 commit 86a7a3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/jekyll/index.html
Expand Up @@ -192,7 +192,7 @@ <h3>Only what you need.</h3>
<div class="more">
<div class="line">
<p>
Sbt will only compile source code that has changed and when nessessary. Why wait around for something to be recompiled when you can be doing more productive work?
Sbt will only compile source code that has changed and when necessary. Why wait around for something to be recompiled when you can be doing more productive work?
</p>
</div>
<div class="line">
Expand All @@ -214,7 +214,7 @@ <h3>Do repeat yourself.</h3>
<div class="more">
<div class="line">
<p>
All build tasks and commands can be re-triggered when dependant source code changes by prepending the <code>~</code> modifier, leaving you free to focus on your craft and not on life-wasting repetition.
All build tasks and commands can be re-triggered when dependent source code changes by prepending the <code>~</code> modifier, leaving you free to focus on your craft and not on life-wasting repetition.
</p>
</div>
<div class="line">
Expand Down Expand Up @@ -286,7 +286,7 @@ <h3>Why wait?</h3>
<div class="more">
<div class="line">
<p>
By default, build tasks that do not depend on one another in execute parallel. This also applies to your tests. Instead of sequentially executing your tests, Sbt will run them in parallel.
By default, build tasks that do not depend on one another execute in parallel. This also applies to your tests. Instead of sequentially executing your tests, Sbt will run them in parallel.
...something about parallel task execution...
</p>
</div>
Expand All @@ -304,7 +304,7 @@ <h3>Simply dependable.</h3>
<div class="more">
<div class="line">
<p>
Close your eyes. Now open them. You no longer have to manage your dependencies in XML. Sbt provides a simple declarative dsl for weaving together what your library dependencies on and takes care of the rest.
Close your eyes. Now open them. You no longer have to manage your dependencies in XML. Use a simple declarative DSL to add dependencies and sbt takes care of the rest.
</p>
</div>
<div class="line">
Expand Down

0 comments on commit 86a7a3b

Please sign in to comment.